ProportionalHazardsSetInitialEstimates Method |
Sets the initial parameter estimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetInitialEstimates(
double[] initialCoef
)
Public Overridable Sub SetInitialEstimates (
initialCoef As Double()
)
public:
virtual void SetInitialEstimates(
array<double>^ initialCoef
)
abstract SetInitialEstimates :
initialCoef : float[] -> unit
override SetInitialEstimates :
initialCoef : float[] -> unit
Parameters
- initialCoef
- Type: SystemDouble
[Missing <param name="initialCoef"/> documentation for "M:Imsl.Stat.ProportionalHazards.SetInitialEstimates(System.Double[])"]
Exceptions 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.
See Also