StepwiseRegressionSetMeans Method |
Sets the means of the variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetMeans(
double[] means
)
Public Overridable Sub SetMeans (
means As Double()
)
public:
virtual void SetMeans(
array<double>^ means
)
abstract SetMeans :
means : float[] -> unit
override SetMeans :
means : float[] -> unit
Parameters
- means
- Type: SystemDouble
A double array of length nVars+1, where
nVars is the number of independent variables.
means[0] through means[nVars-1] are the means
of the independent variables and means[nVars] is the
mean of the dependent variable.
Remarks
This is required when the covariance array is input and the
intercept
Intercept is requested. Otherwise, it is
not used.
See Also