|
ShapiroWilkDistributionInnerLogProbabilityDensityFunction Method
|
Gets the log-probability density function (pdf) for
this distribution evaluated at point x.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected internal override double InnerLogProbabilityDensityFunction(
double x
)
Protected Friend Overrides Function InnerLogProbabilityDensityFunction (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
A single point in the distribution range.
Return Value
Type:
DoubleThe logarithm of the probability of
x
occurring in the current distribution.
Remarks The Probability Density Function (PDF) describes the
probability that a given value x will occur.
See Also