Skip to content

Instantly share code, notes, and snippets.

View yymao's full-sized avatar

Yao-Yuan Mao yymao

View GitHub Profile
@yymao
yymao / TracyWidom.py
Last active January 13, 2021 07:18
Moved to https://github.com/yymao/TracyWidom - Provide the Tracy-Widom distribution functions for beta = 1, 2, or 4 in Python. Dependencies: NumPy and SciPy.
"""
This project has been moved to https://github.com/yymao/TracyWidom
You can install this package by `pip install TracyWidom`
Please open issues at https://github.com/yymao/TracyWidom/issues
TracyWidom.py
A Python module to generate Tracy-Widom distribution functions
Author: Yao-Yuan Mao (yymao)
The MIT License (MIT)
@yymao
yymao / environment.yml
Last active June 7, 2024 19:24
My Python environment
# environment.yml
# Author: Yao-Yuan Mao @yymao
# Usage:
# wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
# sh Miniforge3-Linux-x86_64.sh
# wget https://gist.githubusercontent.com/yymao/a1fcd607925996d8786a1d963fb01deb/raw/environment.yml
# mamba env create -f environment.yml
name: mypy
channels: