StableDistributionFellerPDFforPositiveX Method |
Calculates the probability density using either series expansion for small or big arguments, or a integration
in the intermediate range.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double PDFforPositiveX(
double x,
double alpha,
double gamma,
double aga,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The argument.
- alpha Double
- gamma Double
- The gamma value.
- aga Double
- For alpha <=1: This is either (alpha-gamma)/alpha for gamma >=0, or (alpha+gamma)/alpha for gamma < 1.
For alpha >1, this is either (alpha-gamma) for gamma > (alpha-1), or (2-alpha+gamma) for gamma < (alpha-1).
- tempStorage Object
- Object that can be used to speed up subsequent calculations of the function. At first use, provide an object initialized with and then provide this object in subsequent calls of this function.
- precision Double
- Relative precision goal.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDFforPositiveX(System.Double,System.Double,System.Double,System.Double,System.Object@,System.Double)"]
See Also