Sets the initial parameter estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetInitialEstimates(
	double[] initialCoef
)
Visual Basic (Declaration)
Public Overridable Sub SetInitialEstimates ( _
	initialCoef As Double() _
)
Visual C++
public:
virtual void SetInitialEstimates(
	array<double>^ initialCoef
)

Parameters

initialCoef
Type: array< System..::.Double >[]()[]

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

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.

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also