Click or drag to resize

AbstractLS Methods

The AbstractLS type exposes the following members.

Methods
  NameDescription
Public methodCalculateR2(Matrix, Vector)
Calculate R2 - Coefficient of determination - goodness-of-fit of the OLS regression metric. Method use computed regression parameters. http://en.wikipedia.org/wiki/Coefficient_of_determination
Public methodStatic memberCalculateR2(Vector, Matrix, Vector)
Calculate R2 - Coefficient of determination - goodness-of-fit of the OLS regression metric. Method use specified regression parameters. http://en.wikipedia.org/wiki/Coefficient_of_determination
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.
Public methodEstimateResidual(Vector, Double)
Calculate residuals of estimations, using computed regression parameters, regressors and regressand value. Use this this method for single observation.
Public methodStatic memberEstimateResidual(Vector, Vector, Double)
Calculate residuals of estimations, using computed regression parameters, regressors and regressand value. Use this this method for single observation.
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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also