hypRobMoments {fBasics} | R Documentation |
Robust moments for the HYP
Description
Computes the first four robust moments for the hyperbolic distribution.
Usage
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)
Arguments
alpha |
shape parameter, a positive number. |
beta |
skewness parameter, |
delta |
scale parameter, must be zero or positive. |
mu |
location parameter, by default 0. |
Value
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.
Author(s)
Diethelm Wuertz
Examples
## 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)
[Package fBasics version 4032.96 Index]