DOI-USGS / streamMetabolizer

streamMetabolizer uses inverse modeling to estimate aquatic metabolism (photosynthesis and respiration) from time series data on dissolved oxygen, water temperature, depth, and light.
http://usgs-r.github.io/streamMetabolizer/
Other
37 stars 22 forks source link

engine_args #168

Open aappling-usgs opened 8 years ago

aappling-usgs commented 8 years ago

first thought i wanted to rename other_args to something specific to metab_Kmodel, because that's silly to have such a generically named argument that applies to just one model.

but then maybe the potential_args can truly be populated with any available other_args for every model type? engine_args would sound cool...

also think about adding a control argument for bayes (stan, at least) models. would be nice to be able to set tree depth, etc.. this could probably go into engine_args.

aappling-usgs commented 8 years ago

these should also link to arguments in nlm() like the number of iterations, tolerance, etc.