Click or drag to resize

StepwiseLSEstimate Method

Overload List
  NameDescription
Public methodEstimate(Matrix)
Estimate regresand values, using computed regression _parameters and regressors values. Use this this method for multiple observations.
(Overrides AbstractLSEstimate(Matrix).)
Public methodEstimate(Vector)
Estimate regresand value, using computed regression _parameters and regressors value. Use this this method for single observation.
(Overrides AbstractLSEstimate(Vector).)
Top
See Also