 | NormalDistributionPDF Method |
Returns the probability density function evaluated at a given value.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic override double PDF(
double x
)
Public Overrides Function PDF (
x As Double
) As Double
public:
virtual double PDF(
double x
) override
abstract PDF :
x : float -> float
override PDF :
x : float -> float
Parameters
- x
- Type: SystemDouble
A position on the x-axis.
Return Value
Type:
DoubleThe probability density function evaluated at
x.
See Also