Description Usage Arguments Value Examples
Estimates the kurtosis of a distribution using a vector of observations.
1 | Kurtosis(y, k0 = 3, sig = 0.05, simple = F)
|
y |
Observations. |
k0 |
Reference kurtosis. |
sig |
Significance level. |
simple |
If TRUE, returns estimated size and SE only. |
Matrix containing the estimated kurtosis, its standard error, the
lower and upper confidence bounds, and a p value assessing the null
hypothesis that the kurtosis is k0
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.