Skewed t-distribution in python

1.6k Views Asked by At

Python has scipy.stats.t which can generate random numbers (rvs) and fit the parameters (fit) that follow the t-distribution, but is there something similar in python for fitting and generating a skewed-t distribution?

If not, can scipy.stats.t be modified somehow to be the skewed t?

0

There are 0 best solutions below