KaplanMeierEstimatesGetTotalNumberOfFailures Method |
Returns the total number failing in the group for the specified group value.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int GetTotalNumberOfFailures(
double groupValue
)
Public Overridable Function GetTotalNumberOfFailures (
groupValue As Double
) As Integer
public:
virtual int GetTotalNumberOfFailures(
double groupValue
)
abstract GetTotalNumberOfFailures :
groupValue : float -> int
override GetTotalNumberOfFailures :
groupValue : float -> int
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