EMstep_RK | R Documentation |
Computes one step of the EM algorithm by using a Runge-Kutta method of fourth order.
EMstep_RK(h, alpha, S, obs, weight, rcens, rcweight)
h |
Step-length. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
obs |
The observations. |
weight |
The weights for the observations. |
rcens |
Censored observations. |
rcweight |
The weights for the censored observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.