moment2sn | R Documentation |
Solve skew-normal parameters from mean, standard deviation and skewness.
moment2sn(mean = 0, sd = 1, skewness)
mean |
numeric scalar, mean |
sd |
numeric scalar, standard deviation |
skewness |
numeric scalar |
Function moment2sn()
solves the
location \xi
, scale \omega
and slant \alpha
parameters
of skew-normal distribution,
from user-specified mean \mu
(default 0), standard deviation \sigma
(default 1) and
skewness.
Function moment2sn()
returns a length-3
numeric vector (\xi, \omega, \alpha)
.
moment2sn(skewness = .3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.