Click or drag to resize
Accord.NET (logo)

EmpiricalHazardDistribution Constructor (Double, Double)

Initializes a new instance of the EmpiricalHazardDistribution class.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public EmpiricalHazardDistribution(
	double[] time,
	double[] lambdas
)
Request Example View Source

Parameters

time
Type: SystemDouble
The time steps.
lambdas
Type: SystemDouble
The hazard rates at the time steps.
See Also