Internal function: EM0miss

EM0miss(
  Fk,
  data,
  Depsilon,
  maxit,
  avgtol,
  wSave = FALSE,
  external = FALSE,
  DfromLK = NULL,
  vfixed = NULL,
  verbose = TRUE
)

Arguments

Fk

An n by K matrix of basis function values with each column being a basis function taken values at loc.

data

An n by T data matrix (NA allowed) with \(z[t]\) as the t-th column.

Depsilon

An n by n diagonal matrix.

maxit

An integer for the maximum number of iterations.

avgtol

A numeric for average tolerance.

wSave

A logic.

external

A logic.

DfromLK

An n by n matrix

vfixed

A numeric.

verbose

A logic. Print a useful information.

Value

A list.