Click or drag to resize

StableDistributionS1GetAlt1GnParameter Method

Gets integration parameters for an alternative integrand 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 GetAlt1GnParameter(
	double x,
	double alpha,
	double beta,
	double abe,
	out double? factorp,
	out double? facdiv,
	out double? dev,
	out double? logPdfPrefactor
)

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 (power term) used by the integrand.
facdiv  Double
Receives the divisor part of the factor without the power.
dev  Double
Receives the phase deviation term.
logPdfPrefactor  Double
Receives the logarithm of the PDF prefactor.
See Also