AbstractLSEstimate Method |
Name | Description | |
---|---|---|
Estimate(Matrix) |
Estimate regresand values, using computed regression parameters and regressors values.
Use this this method for multiple observations.
| |
Estimate(Vector) |
Estimate regresand value, using computed regression parameters and regressors value.
Use this this method for single observation.
| |
Estimate(Vector, Matrix) |
Estimate regresand values, using specified regression parameters and regressors values.
Use this this method for multiple observations.
| |
Estimate(Vector, Vector) |
Estimate regresand value, using computed regression parameters and regressors value.
Use this this method for single observation.
| |
Estimate(Vector, Matrix, Vector) |
Estimate regresand values, using specified regression parameters and regressors values.
Use this this method for multiple observations.
|