StableDistributionS0GetAlt1GnParameter 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 GetAlt1GnParameter(
double x,
double alpha,
double beta,
double abe,
out double? factorp,
out double? facdiv,
out double? dev,
out double? logPdfPrefactor
)
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.
- facdiv Double
- Returned divisor/scaling factor used by the integrand.
- dev Double
- Returned phase shift value.
- logPdfPrefactor Double
- Returned logarithm of the multiplicative PDF prefactor.
See Also