Skip to content

BerriJ/sstudentt

Repository files navigation

PyPI PyPI - Status Travis (.com) Documentation Status PyPI - License

A python implementation of the skewed student-t distribution.

This package implements the skewed student-t distribution in python. Parameterized as described in Wurtz et. al (2006) [1]. An implementation in R is already existent [2].

Features

  • Evaluate the density function
  • Evaluate the cumulative distribution function
  • Evaluate the quantile function
  • Generate random numbers

References

[1]Wurtz, Y. Chalabi, and L. Luksan. Parameter estimation of arma models with garch/aparch errors. an r and splus software implementation. Journal of Statistical Software, 2006.
[2]R Implementation: https://cran.r-project.org/web/packages/gamlss.dist/index.html

Licence

Free software: GNU General Public License v3

Documentation

Documentation: https://sstudentt.readthedocs.io.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.