SWS-Methodology / faoswsProduction

Repository to contain the code for imputing production data in the statistical working system.
0 stars 1 forks source link

Remove simplified model #145

Closed mkao006 closed 8 years ago

mkao006 commented 8 years ago

In the function imputeWithAndWithoutEstimates, when estimating model including manual estimates a simpler set of model is used.

The included models are:

  1. defaultMean
  2. defaultLm
  3. defaultExp
  4. defaultNaive
  5. defaultMixedModel

However, the similarity between these models are extremely high, and they are all global model except for the defaultNaive.

This defeats the purpose of the ensemble model, and defying one of the underlying requirement of the ensemble model where the set of model should be as diverse as possible.

Further, there is no reason to use a smaller set, thus we should revert to use the complete model.

mkao006 commented 8 years ago

removed in b506732a817e4012e1f2d62a379b1b2eb53705f2