runge_kutta | R Documentation |
Performs the Runge-Kutta method of fourth order.
runge_kutta(avector, bvector, cmatrix, dt, h, S, s)
avector |
The a vector. |
bvector |
The b vector. |
cmatrix |
The c matrix. |
dt |
The increment. |
h |
Step-length. |
S |
Sub-intensity matrix. |
s |
Exit rates. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.