streamMetabolizer uses inverse modeling to estimate aquatic metabolism (photosynthesis and respiration) from time series data on dissolved oxygen, water temperature, depth, and light.
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.
first thought i wanted to rename
other_args
to something specific tometab_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
.