Learn R Programming

SymTS (version 1.0-2)

rCTS: Simulation from CTS Distribution

Description

Simulates from the symmetric classical tempered stable distribution. When alpha=0 this is the symmetric variance gamma distribution. The simulation is performed by numerically evaluating the quantile function.

Usage

rCTS(r, alpha, c = 1, ell = 1, mu = 0)

Arguments

r

Number of observations.

alpha

Number in [0,2)

c

Parameter c >0

ell

Parameter ell>0

mu

Location parameter, any real number

Author

Michael Grabchak and Lijuan Cao

Details

For details about this distribution see the the describtion of dCTS.

References

M. Grabchak (2016). Tempered Stable Distributions: Stochastic Models for Multiscale Processes. Springer, Cham.

Examples

Run this code
rCTS(10,.5)

Run the code above in your browser using DataLab