StableDistributionFeller(Double, Double, Double) Constructor |
Creates a new instance of this distribution with given parameters (alpha, beta, abe) and the default random number generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public StableDistributionFeller(
double alpha,
double gamma,
double aga
)
Parameters
- alpha Double
- Distribution parameter alpha (broadness exponent).
- gamma Double
- Distribution parameter gamma (skew).
- aga Double
- Parameter to specify gamma with higher accuracy around it's limit(s). For an explanation how aga is defined, see GetAgaFromAlphaGamma(Double, Double).
See Also