DirichletDistribution.LogProbabilityDensityFunction Method

Returns the natural logarithm of the probability density function (PDF) of this distribution for the specified value.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override double LogProbabilityDensityFunction(
	Vector<double> x
)

Parameters

x  Vector<Double>
A number within the domain of the distribution

Return Value

Double
The value of the probability density function for the specified value.

Remarks

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.

See Also