|
IUnivariateDistributionLogCumulativeHazardFunction Method
|
Gets the cumulative hazard function for this
distribution evaluated at point x.
Namespace:
Accord.Statistics.Distributions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double LogCumulativeHazardFunction(
double x
)
Function LogCumulativeHazardFunction (
x As Double
) As Double
Request Example
View SourceParameters
- 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.
See Also