sdmTMB icon indicating copy to clipboard operation
sdmTMB copied to clipboard

Add std normal

Open ericward-noaa opened this issue 2 years ago • 4 comments

  • include CDF for normal
  • possibly with / without estimated detection threshold
  • possibly with / without variance mean linear relationship
  • add all to delta models

ericward-noaa avatar Dec 02 '22 20:12 ericward-noaa

TMB has pnorm() with same syntax as R

ericward-noaa avatar Dec 02 '22 20:12 ericward-noaa

What is this referring to exactly? Fitting a Gaussian curve?

seananderson avatar Oct 20 '23 18:10 seananderson

No -- this is the eDNA related cumulative distribution model -- I've got it locally and on a branch (I think) but will wrap this up soon

ericward-noaa avatar Oct 20 '23 18:10 ericward-noaa

Needs: (1) multiple offsets. For example there's 3 included in the model from Ole's paper (see eqn 1.2), (2) resolving log10() vs ln(), (3) log10 copies vs Ct in log10 space is linear -- and fit with hierarchical model random slopes and random intercepts. (4) add ability to take in a new dataframe for fitting the model

ericward-noaa avatar Nov 03 '23 17:11 ericward-noaa