StableDistributionS1PDF(Double) Method |
Calculates the probability density function.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double PDF(
double x
)
Parameters
- x Double
- Argument.
Return Value
DoubleThe relative likelihood for the random variable to occur at the point
x.
See Also