Click or drag to resize

StableDistributionS1GetAgt1GnParameter Method

Gets integration parameters for alpha > 1 (negative branch).

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,
	double beta,
	double abe,
	out double? factorp,
	out double? factorw,
	out double? dev,
	out double? logPrefactor
)

Parameters

x  Double
Integration argument (positive).
alpha  Double
Characteristic exponent of the distribution, in the range (0,2].
beta  Double
Skewness parameter of the distribution, in the range [-1,1].
abe  Double
Parameter to specify beta with higher accuracy around -1 and 1.
factorp  Double
Receives the main factor used by the integrand.
factorw  Double
Receives the weight factor.
dev  Double
Receives the phase deviation term.
logPrefactor  Double
Receives the logarithm of the prefactor.
See Also