StableDistributionS0GetAgt1GnParameter Method |
Computes parameters used for the direct integration approach for alpha > 1 (Gn variant).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void GetAgt1GnParameter(
double x,
double alpha,
double beta,
double abe,
out double? factorp,
out double? factorw,
out double? dev,
out double? logPrefactor
)
Parameters
- x Double
- The standardized argument.
- 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.
It is 1 - beta for beta >= 0 or 1 + beta for beta < 0.
- factorp Double
- Returned scaling factor p used by the integrand.
- factorw Double
- Returned scaling factor w used by the integrand.
- dev Double
- Returned phase shift value.
- logPrefactor Double
- Returned logarithm of the multiplicative prefactor.
See Also