qPowTS {SymTS} | R Documentation |
Quantile Function of PowTS Distribution
Description
Evaluates the quantile function for the symmetric power tempered stable distribution.
Usage
qPowTS(x, alpha, c = 1, ell = 1, mu = 0)
Arguments
x |
Vector of quantiles. |
alpha |
Number in [0,2) |
c |
Parameter c >0 |
ell |
Parameter ell>0 |
mu |
Location parameter, any real number |
Author(s)
Michael Grabchak and Lijuan Cao
References
M. Grabchak (2016). Tempered Stable Distributions: Stochastic Models for Multiscale Processes. Springer, Cham.
Examples
x = (1:9)/10
qPowTS(x,.5)
[Package SymTS version 1.0-2 Index]