Multivariate Continuous Distribution.Probability Density Function Method
            
            
            Returns the value 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.1.5
    C#
    
 
 
The value of the probability density function for the specified value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public double ProbabilityDensityFunction(
	Vector<double> x
)Parameters
Return Value
DoubleThe 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.