Skip to main content

AutoODE

Assume the time series xtโˆˆRdx_t \in \mathbb{R}^d is governed by unknown differential equations:

dxdt=fฮธ(t,x,u)dudt=gฮธ(t,x,u)x(t0)=x0u(t0)=u0\begin{aligned} &\frac{dx}{dt} = f_\theta(t, x, u) \\ &\frac{du}{dt} = g_\theta(t, x, u) \\ &x(t_0) = x_0 \\ &u(t_0) = u_0 \end{aligned}

where uโˆˆRpu \in \mathbb{R}^p are the unobserved variables. AutoODE uses auto-differentiation to estimate the parameters ฮธ\theta of the equations.