src/DiffEq/OrnsteinUhlenbeck/DiagOrnsteinUhlenbeck.hpp file

System of diagonal Ornstein-Uhlenbeck SDEs.

Contents

This file implements the time integration of a system of stochastic differential equations (SDEs), with linear drift and constant diagonal diffusion, whose invariant is the joint normal distribution.

In a nutshell, the equation integrated governs a set of scalars, , , as

with parameter vectors , , and . Here is an isotropic vector-valued Wiener process with independent increments. The invariant distribution is the joint normal distribution. This system of SDEs consists of N independent equations, each being a single-variate Ornstein-Uhlenbeck process.

From the Fokker-Planck equation, equivalent to the SDE above, the equations governing the means, , are

while the equation governing the covariance matrix, , is

Namespaces

namespace walker
Walker declarations and definitions.

Classes

template<class Init, class Coefficients>
class walker::DiagOrnsteinUhlenbeck
Diagonal Ornstein-Uhlenbeck SDE used polymorphically with DiffEq.