Open maxbiostat opened 4 years ago
Exploit the fact that dlog(y)/dt = 1/y dy/dt to reparametrise the ODE systems we use and see if this leads to better geometry and/or faster sampling.
dlog(y)/dt = 1/y dy/dt
@marciomacielbastos , this is the issue we talked about. We can try and see if this parametrisation leads to computational and statistical gains. See also #30 .
Exploit the fact that
dlog(y)/dt = 1/y dy/dt
to reparametrise the ODE systems we use and see if this leads to better geometry and/or faster sampling.