Click or drag to resize

StableDistributionSymmetricGetAgt1GnParameter Method

Computes parameters used for the direct integration approach for alpha > 1 (Gn variant).

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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