StoXProject / RstoxFDA

Fisheries Dependent Analysis with Rstox
https://stoxproject.github.io/RstoxFDA
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Haromize estimation error output with RstoxBase #122

Open edvinf opened 2 months ago

edvinf commented 2 months ago

Standard output in reports for RstoxFDA is:

StoX bootstrap report somewhat different stats of sampling distribution, including for instance CV. We should use the opportunity with 4.0 and break of backwards comp to harmonize.

sindrevatnehol commented 2 months ago

There is several data deliveries from catch estimates for the assessment required by the data submitters. Data deliveries from FDA, but not limited, need to include:

edvinf commented 1 week ago

Harmonizing FDA reports with StoX bootstrap would entail:

In the FDA workflows, reports are input to plots. So plots would have to implement some checking that expected columns are provided, and some logic to deduce the highest and lowest interval.

Interpretation would depend on the process leading up to the plots, but that is already in the cards. These are summary statistic for a sampling distribution, which is either estimated by bootstrap (StoX bootstrap), Bayesian posterior (ECA), or approximating normal (analytical).

Check with @arnejohannesholmin that this list of changes is complete, and that there are no other additions expected in upcoming versions that we should take account of.