Click or drag to resize

StableDistributionFellerPDFIntegralAlt1GpI Method

Special case for alpha < 1 and gamma near to +alpha (i.e. gamma at the positive border). Here gamma was set to alpha*(1-dev*2/Pi).

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double PDFIntegralAlt1GpI(
	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.PDFIntegralAlt1GpI(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.PDFIntegralAlt1GpI(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.PDFIntegralAlt1GpI(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.PDFIntegralAlt1GpI(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.PDFIntegralAlt1GpI(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.PDFIntegralAlt1GpI(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]

Return Value

Double

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

See Also