indeMLE | R Documentation |
Internal function: indeMLE
indeMLE(
data,
Fk,
D = diag.spam(NROW(data)),
maxit = 50,
avgtol = 1e-06,
wSave = FALSE,
DfromLK = NULL,
vfixed = NULL,
verbose = TRUE
)
data |
An n by T data matrix (NA allowed) with
|
Fk |
An n by K matrix of basis function values with
each column being a basis function taken values at |
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. |
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.