Description Usage Arguments Details Author(s) References
The sample central moment is defined by
m_j = \frac{∑_{i = 1}^{n} ≤ft( x_i - \bar{x} \right)^j}{n}
where
n is the sample size,
x = \{x_1 … x_n\} is a random variable,
\bar{x} is the sample mean of x, and
j is the jth central moment.
1 | moment(x, j)
|
x |
Numeric vector. |
j |
Integer.
|
The "zeroth" central moment is 1.
The first central moment is 0.
The second cental moment is the variance.
The third central moment is used to define skewness.
The fourth central moment is used to define kurtosis.
Ivan Jacob Agaloos Pesigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.