Learn R Programming

matrixdist (version 1.1.2)

EMstep_RK: EM step using Runge Kutta

Description

Computes one step of the EM algorithm by using a Runge-Kutta method of 4th order

Usage

EMstep_RK(h, alpha, S, obs, weight, rcens, rcweight)

Arguments

h

step-length

alpha

initial probalities

S

sub-intensity

obs

the observations

weight

the weights for the observations

rcens

censored observations

rcweight

the weights for the censored observations