Estep: Computation of the expectation step in the EM-algorithm.

Description Usage Arguments Value

View source: R/deprecated.R

Description

Computation of the expectation step in the EM-algorithm.

Usage

1
Estep(y, A, C, Q, R, initx, initV, W)

Arguments

y

Data matrix

A

System state matrix

C

Observation matrix

Q

System state equation variance

R

Observation equation variance

initx

Initial value for state variable

initV

Initial value for state matrix

W

Logical matrix with dim(W) = dim(y) indicating missing observations

Value

Sufficient statistics used for M-step


SebKrantz/dynfacto_R documentation built on Dec. 31, 2020, 4:30 p.m.