Skip to content

Instantly share code, notes, and snippets.

View fpedd's full-sized avatar

Fabian Peddinghaus fpedd

  • Axelera AI
  • Zurich
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)