StableDistributionS1Initialize Method |
Initializes this instance of the distribution with the distribution parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Initialize(
double alpha,
double beta,
double abe,
double scale,
double location
)
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 defined as 1-beta for beta>=0 or as 1+beta for beta<0.
- scale Double
- Scaling parameter (broadness) of the distribution, >0.
- location Double
- Location parameter of the distribution.
See Also