Click or drag to resize

AbstractLSEstimate Method

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