normRobMoments | R Documentation |
Computes the first four robust moments for the Normal distribution.
normMED(mean = 0, sd = 1)
normIQR(mean = 0, sd = 1)
normSKEW(mean = 0, sd = 1)
normKURT(mean = 0, sd = 1)
mean |
locaiton parameter. |
sd |
scale parameter. |
a named numerical value. The name is one of MED
, IQR
,
SKEW
, or KURT
, obtained by dropping the gh
prefix
from the name of the corresponding function.
Diethelm Wuertz
## normMED -
# Median:
normMED(mean = 0, sd = 1)
## normIQR -
# Inter-quartile Range:
normIQR(mean = 0, sd = 1)
## normSKEW -
# Robust Skewness:
normSKEW(mean = 0, sd = 1)
## normKURT -
# Robust Kurtosis:
normKURT(mean = 0, sd = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.