KaplanMeierEstimatesGetGroupTotal Method |
Returns the total number in the group for the specified group value.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int GetGroupTotal(
double groupValue
)
Public Overridable Function GetGroupTotal (
groupValue As Double
) As Integer
public:
virtual int GetGroupTotal(
double groupValue
)
abstract GetGroupTotal :
groupValue : float -> int
override GetGroupTotal :
groupValue : float -> int
Parameters
- groupValue
- Type: SystemDouble
A double specifying the group value.
Return Value
Type:
Int32 An
int representing the total number in the group
which has value
groupValue.
See Also