ProportionalHazards Constructor |
Constructor for ProportionalHazards.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ProportionalHazards(
double[,] x,
int[] nVarEffects,
int[] indEffects
)
Public Sub New (
x As Double(,),
nVarEffects As Integer(),
indEffects As Integer()
)
public:
ProportionalHazards(
array<double,2>^ x,
array<int>^ nVarEffects,
array<int>^ indEffects
)
new :
x : float[,] *
nVarEffects : int[] *
indEffects : int[] -> ProportionalHazards
Parameters
- x
- Type: SystemDouble
A double matrix containing the data, including optional
data.
- nVarEffects
- Type: SystemInt32
An int array containing the number of variables associated
with each effect in the model.
- indEffects
- Type: SystemInt32
An int array containing the column numbers of
x associated with each effect. The first
nVarEffects[0] elements of
indEffects contain the column numbers of
x for the variables in the first effect. The
next nVarEffects[1] elements of
indEffects contain the column numbers of
x for the variables in the second effect, etc.
See Also