Click or drag to resize

StableDistributionFellerGetAgt1GnParameterByGamma Method

Calculates integration parameters for the alpha > 1 branch.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void GetAgt1GnParameterByGamma(
	double x,
	double alpha,
	double gamma,
	double aga,
	out double? factorp,
	out double? factorw,
	out double? dev,
	out double? logPrefactor
)

Parameters

x  Double
The argument.
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.
aga  Double
Alternative gamma parameter to improve precision.
factorp  Double
Receives the powered factor used by the integrand.
factorw  Double
Receives the factor used in the weight function.
dev  Double
Receives the integration limit parameter.
logPrefactor  Double
Receives the logarithmic prefactor of the density.
See Also