Click or drag to resize
ProportionalHazardsSetInitialEstimates Method
Sets the initial parameter estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetInitialEstimates(
	double[] initialCoef
)

Parameters

initialCoef
Type: SystemDouble

[Missing <param name="initialCoef"/> documentation for "M:Imsl.Stat.ProportionalHazards.SetInitialEstimates(System.Double[])"]

Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
Remarks
Care should be taken to ensure that the supplied estimates for the model coefficients \beta correspond to the generated covariate vector z_{ki}.

Default: The initial parameter estimates are all 0.0.

See Also