pnkraemer / probdiffeq

Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
https://pnkraemer.github.io/probdiffeq/
MIT License
30 stars 2 forks source link

Combine `solvers.markov` and `solvers.solution` because they are closely related #755

Closed pnkraemer closed 2 months ago

pnkraemer commented 2 months ago

Also, rename the resulting module stats.py because we often have a solution variable in applications and do not want to clash.