Click or drag to resize
Accord.NET (logo)

UnivariateContinuousDistributionLogCumulativeHazardFunction Method

Gets the log of the cumulative hazard function for this distribution evaluated at point x.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public virtual double LogCumulativeHazardFunction(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
A single point in the distribution range.

Return Value

Type: Double
The cumulative hazard function H(x) evaluated at x in the current distribution.

Implements

IUnivariateDistributionLogCumulativeHazardFunction(Double)
See Also