simCondS | R Documentation |
Implements Algorithm 4.2 in Dassios, Qu, and Lim (2020) to simulate from a stable distribution conditioned on an appropriate event.
simCondS(t, alpha)
t |
Parameter > 0. |
alpha |
Parameter in the open interval (0,1). |
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.
Returns one random number.
Michael Grabchak and Lijuan Cao
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.
simCondS(2, .7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.