moment_sn | R Documentation |
Moments of skew-normal distribution, parameter nomenclature follows dsn function.
moment_sn(xi = 0, omega = 1, alpha = 0)
xi |
numeric scalar or vector,
location parameter |
omega |
numeric scalar or vector,
scale parameter |
alpha |
numeric scalar or vector,
slant parameter |
Function moment_sn()
returns a moment object.
xi = 2; omega = 1.3; alpha = 3
moment_sn(xi, omega, alpha)
curve(sn::dsn(x, xi = 2, omega = 1.3, alpha = 3), from = 0, to = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.