sn.params | R Documentation |
Compute parameters and moments of skew normal distribution.
sn.location(mode, scale, shape)
sn.mean(dp)
sn.mode(dp)
sn.variance(scale, shape)
sn.skewness(shape)
sn.delta(shape)
sn.m0(shape)
mode |
mode of skew normal distribution. |
scale |
skew normal scale parameter. |
shape |
skew normal shape parameter. |
dp |
3 element vector of (in order) location, scale, and shape parameters. |
sn.location | location parameter computed from mode, scale, and shape. |
sn.mean | mean of the skew normal distribution. |
sn.mode | mode of the skew normal distribution. |
sn.variance | variance of the skew normal distribution. |
sn.skewness | skewness of the skew normal distribution. |
sn.delta | value used in other moment computations. |
sn.m0 | value used in mode computation. |
Eric Archer eric.archer@noaa.gov
https://en.wikipedia.org/wiki/Skew_normal_distribution
sn
package by Adelchi Azzalini for skew normal
PDF and CDF functions.
Azzalini, A. with the collaboration of Capitanio, A. (2014).
The Skew-Normal and Related Families. Cambridge University Press,
IMS Monographs series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.