StableDistributionSymmetricGetAgt1GnParameter 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,
out double? factorp,
out double? factorw,
out double? dev,
out double? logPrefactor
)
Parameters
- x Double
- The positive argument (|x|).
- alpha Double
- The stability parameter (1 < alpha <= 2).
- factorp Double
- Returned scaling factor p.
- factorw Double
- Returned scaling factor w.
- dev Double
- Returned phase shift value.
- logPrefactor Double
- Returned logarithm of the multiplicative prefactor.
See Also