MultivariateNormalDistribution.LogProbabilityDensityFunction Method
Returns the natural logarithm of the probability density function
(PDF) of this distribution for the specified value.
DefinitionPermalink
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of the probability density function for the specified value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override double LogProbabilityDensityFunction(
Vector<double> x
)
ParametersPermalink
Return ValuePermalink
DoubleThe value of the probability density function for the specified value.
RemarksPermalink
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.