What Estimator should I use Least Squares, Least Extended Square ?

I need a good estimator to very short term load forecast.

1 Comment

It depends on the exact meaning of "good" and "short" as well as on the model. Please explain any details.

Sign in to comment.

 Accepted Answer

Extended Least Squares allows for a variance model. Do you have a reason to specify a variance model? then you can use the ELS method to estimate it. If not you can just use OLS. Depends on how your data is and what is an "acceptable" fit for your application.

More Answers (1)

I'm make a predict with NLARX of a linear model. It's a short load forescast and I like to know which is the better estimator for this.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!