gadget-framework / gadget2

Gadget is the Globally applicable Area Disaggregated General Ecosystem Toolbox
GNU General Public License v2.0
18 stars 20 forks source link

achieve a stable parameters estimation #11

Closed vbartolino closed 7 years ago

vbartolino commented 7 years ago

I'm using a Gadget model to evaluate different aspects of a sampling design. Unfortunately, I'm having problem in achieving a sufficiently stable estimation of the model parameters to evaluate if differences are the result of the sampling design.

I've tried the following with limited success:

Any other suggestion? Thankful as always

vbartolino commented 7 years ago

In this specific case I found that the issue was in fact related to overfitting the acoustic survey index. This was causing major problem in the reweighting procedure with the index getting very high weight (but not always the same!) compared to the other likelihood components.

The argument 'cv.floor' in Rgadget helped to avoid overfitting and solved the issue.