Returns the logarithm 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 override double LogProbabilityDensityFunction(
double x
)
Public Overrides Function LogProbabilityDensityFunction (
x As Double
) As Double
public:
virtual double LogProbabilityDensityFunction(
double x
) override
abstract LogProbabilityDensityFunction :
x : float -> float
override LogProbabilityDensityFunction :
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