fit_MLE_array_additive {blin} | R Documentation |
Fit full BLIN model D is matrix of lagged Y (covariates) Y is oservations X is covariates for multiple time periods Returns A, B, beta, betaOLS, Yhat, 2LL, 2LLinit
fit_MLE_array_additive(Y, D, X, lag, type, verbose = FALSE, printout = 1, init = "I", sigma_init = 1, tol = 1e-08, use_cov = TRUE, maxit = 1000, randseed = NA, Yold = NULL)