Click or drag to resize
ProportionalHazards Constructor
Constructor for ProportionalHazards.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ProportionalHazards(
	double[,] x,
	int[] nVarEffects,
	int[] indEffects
)

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