hypRobMoments | R Documentation |
Computes the first four robust moments for the hyperbolic distribution.
hypMED(alpha = 1, beta = 0, delta = 1, mu = 0)
hypIQR(alpha = 1, beta = 0, delta = 1, mu = 0)
hypSKEW(alpha = 1, beta = 0, delta = 1, mu = 0)
hypKURT(alpha = 1, beta = 0, delta = 1, mu = 0)
alpha |
shape parameter, a positive number. |
beta |
skewness parameter, |
delta |
scale parameter, must be zero or positive. |
mu |
location parameter, by default 0. |
a named numerical value. The name is
one of MED
, IQR
, SKEW
, or KURT
, obtained
by dropping the hyp
prefix from the name of the corresponding
function.
Diethelm Wuertz
## hypMED -
# Median:
hypMED(alpha = 1, beta = 0, delta = 1, mu = 0)
## hypIQR -
# Inter-quartile Range:
hypIQR(alpha = 1, beta = 0, delta = 1, mu = 0)
## hypSKEW -
# Robust Skewness:
hypSKEW(alpha = 1, beta = 0, delta = 1, mu = 0)
## hypKURT -
# Robust Kurtosis:
hypKURT(alpha = 1, beta = 0, delta = 1, mu = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.