Skip to contents

Solve the Kolmogorov forward equation of a Markovian multistate system

Usage

solve_time_evolution(system, t, log_w0, w = NULL, log_m = NULL, ...)

Arguments

system

A MultistateSystem

t

A time grid

log_w0

A vector of length n_trans

w

An array of shape n_trans x n_weights

log_m

A vector of length n_trans

...

Arguments passed to deSolve::ode().

Value

Value given by deSolve::ode().