StableDistributionFellerPDF(Double, Double, Double, Object, Double) 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 PDF(
double x,
double alpha,
double gamma,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The argument.
- alpha Double
- First parameter of the distribution (StableDistributionFeller).
- gamma Double
- Second parameter of the distribution (StableDistributionFeller).
- tempStorage Object
- precision Double
- Relative precision goal for the calculation.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.PDF(System.Double,System.Double,System.Double,System.Object@,System.Double)"]
See Also