Click or drag to resize
KaplanMeierEstimatesGetTotalNumberOfFailures Method
Returns the total number failing in the group for the specified group value.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int GetTotalNumberOfFailures(
	double groupValue
)

Parameters

groupValue
Type: SystemDouble
A double specifying the group value.

Return Value

Type: Int32
An int representing the total number failing in the group which has value groupValue.
See Also