Metadata-Version: 2.4
Name: skewt-fs
Version: 0.1.0
Summary: An implementation of the Fernandez-Steel skewed Student's t-distribution.
Author-email: Samarth P <samarthpardhi307@gmail.com>
Project-URL: Homepage, https://github.com/samarthpardhi/skewt_fs
Project-URL: Bug Tracker, https://github.com/samarthpardhi/skewt_fs/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# Skew-T Distribution (Fernandez & Steel)

This package provides a Python implementation of the skewed Student's t-distribution as proposed by Fernandez and Steel (1998). It is created as a `scipy.stats` compatible continuous random variable.

## Installation

```bash
pip install skewt-fs
