src/DiffEq/WrightFisher/WrightFisher.hpp file

Wright-Fisher SDE.

Contents

This file implements the time integration of a system of stochastic differential equations (SDEs), whose invariant is the Dirichlet distribution. For more details on the Wright-Fisher SDE, see http://www.sciencedirect.com/science/article/pii/S0040580912001013.

Namespaces

namespace walker
Walker declarations and definitions.

Classes

template<class Init, class Coefficients>
class walker::WrightFisher
Wright-Fisher SDE used polymorphically with DiffEq.