Click or drag to resize

AbstractLSEstimateResiduals Method

Overload List
  NameDescription
Public methodEstimateResiduals(Matrix, Vector)
Calculate residuals of estimations, using computed regression parameters, regressors and regressand values. Use this this method for multiple observations.
Public methodStatic memberEstimateResiduals(Vector, Matrix, Vector)
Calculate residuals of estimations, using specified regression parameters, regressors and regressand values. Use this this method for multiple observations.
Public methodStatic memberEstimateResiduals(Vector, Matrix, Vector, Vector)
Calculate residuals of estimations, using specified regression parameters, regressors and regressand values. Use this this method for multiple observations.
Top
See Also