Click or drag to resize
Accord.NET (logo)

WishartDistributionInnerLogProbabilityDensityFunction Method

Gets the log-probability density function (pdf) for this distribution evaluated at point x.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected internal override double InnerLogProbabilityDensityFunction(
	double[,] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
A single point in the distribution range. For a matrix distribution, such as the Wishart's, this should be a positive-definite matrix or a matrix written in flat vector form.

Return Value

Type: Double
The logarithm of the probability of x occurring in the current distribution.
See Also