Internal function: indeMLE

indeMLE(
  data,
  Fk,
  D = diag.spam(NROW(data)),
  maxit = 50,
  avgtol = 1e-06,
  wSave = FALSE,
  DfromLK = NULL,
  vfixed = NULL,
  verbose = TRUE
)

Arguments

data

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

Fk

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

D

An n by n diagonal matrix.

maxit

An integer for the maximum number of iterations.

avgtol

A numeric for average tolerance.

wSave

A logic.

DfromLK

An n by n matrix

vfixed

A numeric.

verbose

A logic. Print a useful information.

Value

A list.