ContinuousDistribution.HazardFunction 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.0
C#
public virtual double HazardFunction(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The hazard function of the distribution at x.

See Also