StableDistributionS1(Double, Double, Double) Constructor |
Creates a new instance of he stable distribution in Nolan's parametrization 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 StableDistributionS1(
double alpha,
double beta,
double abe
)
Parameters
- alpha Double
- Characteristic exponent of the distribution, in the range (0,2].
- beta Double
- Skewness parameter of the distribution, in the range [-1,1].
- abe Double
- Parameter to specify beta with higher accuracy around -1 and 1. Is defined as 1-beta for beta>=0 or as 1+beta for beta<0.
See Also