Click or drag to resize

StableDistributionFellerPDFIntegralAgt1GnI Method

Special case for alpha>1 and gamma near to alpha-2 (i.e. gamma at the negative border).

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double PDFIntegralAgt1GnI(
	double x,
	double alpha,
	double gamma,
	double aga,
	ref Object?? temp,
	double precision
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

alpha  Double

[Missing <param name="alpha"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

gamma  Double

[Missing <param name="gamma"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

aga  Double

[Missing <param name="aga"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

temp  Object

[Missing <param name="temp"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

precision  Double

[Missing <param name="precision"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFIntegralAgt1GnI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

See Also