Returns the value of the probability density function
(PDF) of this distribution for the specified value.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract double ProbabilityDensityFunction(
double x
)
Public MustOverride Function ProbabilityDensityFunction (
x As Double
) As Double
public:
virtual double ProbabilityDensityFunction(
double x
) abstract
abstract 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 probability density function is a positive function. The total area
between the x-axis and the curve is equal to one.
The probability density function is the derivative of the .
Reference