StableDistributionSymmetricPDF(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,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The argument.
- alpha Double
- tempStorage Object
- Object which can be used to speed up subsequent calculations of the function. At the first call, provide an object initialized with and provide this object for the following calculations.
- precision Double
- Goal for the relative precision.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Probability.StableDistributionSymmetric.PDF(System.Double,System.Double,System.Object@,System.Double)"]
See Also