| prodint | R Documentation |
This function calculates the product integral of a matrix function from s to t. It uses a Runge-Kutta method implemented in C++ for efficiency.
prodint(A, s, t, n)
A |
A function returning a matrix (intensity matrix) |
s |
Initial timepoint |
t |
End timepoint |
n |
Number of steps for the Runge-Kutta algorithm |
A matrix (transition probabilities if A is an intensity matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.