Description Usage Arguments Value Author(s) Examples
View source: R/skewtParsToMoments.R
Compute the mean, standard deviation, skewness and excess kurtosis of the skew-t distribution from the parameters
1 |
dp |
a skew-t direct parameter |
A vector of the mean, standard deviation, skewness and excess kurtosis
Chindhanai Uthaisaad
1 2 3 4 | require("sn")
data("Dreturns")
dp <- st.mple(y = Dreturns, penalty = "Qpenalty")$dp
skewtParsToMoments(dp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.