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
correspond to the generated
covariate vector
.


Default: The initial parameter estimates are all 0.0.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through the MaxClass property has been exceeded. |