StableMode {fBasics} | R Documentation |
Returns the mode of the stable distribution function.
stableMode(alpha, beta)
alpha, beta |
value of the index parameter |
returns a numeric value, the location of the stable mode.
Diethelm Wuertz for the Rmetrics R-port.
Chambers J.M., Mallows, C.L. and Stuck, B.W. (1976); A Method for Simulating Stable Random Variables, J. Amer. Statist. Assoc. 71, 340–344.
Nolan J.P. (1999); Stable Distributions, Preprint, University Washington DC, 30 pages.
Nolan J.P. (1999); Numerical Calculation of Stable Densities and Distribution Functions, Preprint, University Washington DC, 16 pages.
Samoridnitsky G., Taqqu M.S. (1994); Stable Non-Gaussian Random Processes, Stochastic Models with Infinite Variance, Chapman and Hall, New York, 632 pages.
Weron, A., Weron R. (1999); Computer Simulation of Levy alpha-Stable Variables and Processes, Preprint Technical Univeristy of Wroclaw, 13 pages.
## stableMode - stableMode(alpha=1, beta=0) stableMode(alpha=1.2, beta=0.1)