Learn R Programming

SubTS (version 1.0)

simCondS: Simulation from a conditioned stable distribution.

Description

Implements Algorithm 4.2 in Dassios, Qu, and Lim (2020) to simulate from a stable distribution conditioned on an appropriate event.

Usage

simCondS(t, alpha)

Value

Returns one random number.

Arguments

t

Parameter > 0.

alpha

Parameter in the open interval (0,1).

Author

Michael Grabchak and Lijuan Cao

Details

Implements Algorithm 4.2 in Dassios, Qu, and Lim (2020) to simulate from a stable distribution conditioned on an appropriate event. There are some typos in this algorithm, which are corrected in Grabchak (2021). These random variables are needed to simulate truncated stable, truncated tempered stable, and p-RDTS random variables.

References

A. Dassios, Y. Qu, J.W. Lim (2020). Exact simulation of a truncated Levy subordinator. ACM Transactions on Modeling and Computer Simulation, 30(10), 17.

M. Grabchak (2021). An exact method for simulating rapidly decreasing tempered stable distributions. Statistics and Probability Letters, 170: Article 109015.

Examples

Run this code
simCondS(2, .7)

Run the code above in your browser using DataLab