Returns the value of the probability density function
(PDF) of this distribution for the specified value.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override double ProbabilityDensityFunction(
double x
)
Public Overrides Function ProbabilityDensityFunction (
x As Double
) As Double
public:
virtual double ProbabilityDensityFunction(
double x
) override
abstract ProbabilityDensityFunction :
x : float -> float
override ProbabilityDensityFunction :
x : float -> float
Parameters
- x
- Type: SystemDouble
A number within the domain of the
distribution
Return Value
Type:
DoubleThe value of the probability density function
for the specified value.
The probability density function (PDF) of a
statistical distribution gives an indication of the
density of samples taken from the distribution.
The PDF is a positive function. The total area
between the x-axis and the curve is equal to one.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference