Pacific-salmon-assess / MetricsCOSEWIC

R Package for calculating COSEWIC metrics. Initial focus is on Probability of Decline.
GNU General Public License v3.0
0 stars 2 forks source link

Future extension: observation error in abundances #17

Open carrieholt opened 3 years ago

carrieholt commented 3 years ago

For the JAGS/stan versions, I think if we have a known observation error in abundances (or can provide a prior on it), we could separate out variance due to observations and that due to underlying process variation. For JAGS, we would simply add another variance term in the model equation. For stan, I don't think we could use pre-compiled Rstanarm, so may have to compile our the code. This may improve the estimates of decline, not sure.

SOLV-Code commented 3 years ago

good point, I'm adding into the discussion section