StableMode {stabledist} | R Documentation |
Computes the mode of the stable distribution function.
Finds the maximum of dstable
numerically, using
uniroot
.
stableMode(alpha, beta, beta.max = 1 - 1e-11, tol = .Machine$double.eps^0.25)
alpha, beta |
numeric parameters:
value of the index parameter |
beta.max |
for numerical purposes, values of beta too close to 1,
are set to |
tol |
numerical tolerance for |
returns a numeric value, the location of the stable mode.
Diethelm Wuertz for the Rmetrics R-port; minor cleanup by Martin Maechler.
For definition and the “dpqr”-functions,
StableDistribution
,
also for the references.
## stableMode - stableMode(alpha=1, beta=0) stableMode(alpha=1.2, beta=0.1)