powered by
Evaluates the cdf for the symmetric alpha stable distribution. For alpha=1 this is the Cauchy distribution.
pSaS(x, alpha, c = 1, mu = 0)
Vector of probabilities.
Index of stability; Number in (0,2)
Scale parameter, c>0
Location parameter, any real number
Michael Grabchak and Lijuan Cao
The integration is preformed using the QAWF method in the GSL library for C. The characteristic function is
f(t) = e^(-c |t|^alpha) *e^(i*t*mu).
G. Samorodnitsky and M. Taqqu (1994). Stable Non-Gaussian Random Processes: Stochastic Models with Infinite Variance. Chapman & Hall, Boca Raton.
x = (-10:10)/10 pSaS(x,.5)
Run the code above in your browser using DataLab