moments_stdNTS | R Documentation |
moments_stdNTS
calculates mean, variance, skewness, and excess kurtosis
of the standard NTS distribution with parameters (\alpha, \theta, \beta)
.
moments_stdNTS(param)
param |
A vector of the standard NTS parameters |
First 4 moments (Mean, Variance, Skewness, Excess Kurtosis) of NTS distribution. Of course, the mean and variance are always 0 and 1, respectively.
Kim, Y.S, K-H Roh, R. Douady (2020) Tempered Stable Processes with Time Varying Exponential Tails https://arxiv.org/pdf/2006.07669.pdf
library("temStaR")
alpha <- 1.2
theta <- 1
beta <- -0.2
ntsparam <- c(alpha, theta, beta)
moments_stdNTS(param = ntsparam)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.