├── .gitignore ├── LICENSE ├── README.md ├── VarGamma.py └── example.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaptev/VarGamma/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaptev/VarGamma/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaptev/VarGamma/HEAD/README.md -------------------------------------------------------------------------------- /VarGamma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaptev/VarGamma/HEAD/VarGamma.py -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaptev/VarGamma/HEAD/example.py --------------------------------------------------------------------------------