charRDTS {TempStable} | R Documentation |
Characteristic function of the rapidly decreasing tempered stable (RDTS) distribution
Description
Theoretical characteristic function (CF) of the rapidly decreasing tempered stable distribution.
Usage
charRDTS(
t,
alpha = NULL,
delta = NULL,
lambdap = NULL,
lambdam = NULL,
mu = NULL,
theta = NULL
)
Arguments
t |
A vector of real numbers where the CF is evaluated. |
alpha |
Stability parameter. A real number between 0 and 2. |
delta |
Scale parameter. A real number > 0. |
lambdap , lambdam |
Tempering parameter. A real number > 0. |
mu |
A location parameter, any real number. |
theta |
Parameters stacked as a vector. |
Details
The CF of the RDTS distribution is given by (Rachev et al. (2011)):
where
M
stands for the confluent hypergeometric function.
Value
The CF of the the rapidly decreasing tempered stable distribution.
References
Rachev, Svetlozar T. & Kim, Young Shin & Bianchi, Michele L. & Fabozzi, Frank J. (2011) 'Financial models with Lévy processes and volatility clustering' doi:10.1002/9781118268070
Examples
x <- seq(-5,5,0.25)
y <- charRDTS(x,0.5,1,1,1,0)
[Package TempStable version 0.2.2 Index]