KaplanMeierEstimates Constructor |
Constructor for KaplanMeierEstimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public KaplanMeierEstimates(
double[,] x
)
Public Sub New (
x As Double(,)
)
public:
KaplanMeierEstimates(
array<double,2>^ x
)
new :
x : float[,] -> KaplanMeierEstimates
Parameters
- x
- Type: SystemDouble
A double matrix containing the data,
including optional data.
Default: It is assumed the
response times are in column 0.
See Also