Continuous Distribution.Hazard Function Method
Returns the probability of failure at the specified value.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The hazard function of the distribution at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual double HazardFunction(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe hazard function of the distribution at x.