WeibullDistribution.ProbabilityDensityFunction Method
Returns the value of the probability density function
(PDF) of this distribution for the specified value.
DefinitionPermalink
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the probability density function for the specified value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double ProbabilityDensityFunction(
double x
)
ParametersPermalink
- x Double
- A number within the domain of the distribution
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 PDF is a positive function. The total area between the x-axis and the curve is equal to one.