Power normal distribution¶
See https://www.itl.nist.gov/div898/handbook/eda/section3/eda366d.htm
The parameters used here match those used in SciPy.
- mpsci.distributions.power_normal.cdf(x, c, loc=0, scale=1)¶
Cumulative distribution function for the power normal distribution.
- mpsci.distributions.power_normal.invcdf(p, c, loc=0, scale=1)¶
Inverse of the CDF for the power normal distribution.
This function is also known as the quantile function.
- mpsci.distributions.power_normal.invsf(p, c, loc=0, scale=1)¶
Inverse of the survival function for the power normal distribution.
- mpsci.distributions.power_normal.logpdf(x, c, loc=0, scale=1)¶
Logarithm of the PDF for the power normal distribution.
- mpsci.distributions.power_normal.pdf(x, c, loc=0, scale=1)¶
Probability density function for the power normal distribution.
- mpsci.distributions.power_normal.sf(x, c, loc=0, scale=1)¶
Survival function for the power normal distribution.
- mpsci.distributions.power_normal.support(c, loc=0, scale=1)¶
Support of the power normal distribution.