StableDistributionS0(Double, Double, Double, Double, Double, Generator) Constructor |
Creates a new instance of this distribution with given parameters (alpha, beta, abe, scale, location) and the provided random number generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public StableDistributionS0(
double alpha,
double beta,
double abe,
double scale,
double location,
Generator generator
)
Parameters
- alpha Double
- Distribution parameter alpha (broadness exponent).
- beta Double
- Distribution parameter beta (skew).
- abe Double
- Parameter to specify beta with higher accuracy around -1 and 1. Is 1-beta for beta>=0 or 1+beta for beta<0.
- scale Double
- Scaling parameter (broadness of the distribution).
- location Double
- Location of the distribution.
- generator Generator
- Random number generator to be used with this distribution.
See Also