Click or drag to resize
KaplanMeierECDF Constructor
Constructor for KaplanMeierECDF.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public KaplanMeierECDF(
	double[] t
)

Parameters

t
Type: SystemDouble
A double array containing the failure times.
See Also