fit_MLE_array_additive: Fit full BLIN model D is matrix of lagged Y (covariates) Y is...

Description Usage

View source: R/fitting_functions.R

Description

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

Usage

1
2
3
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)

blin documentation built on May 2, 2019, 7:05 a.m.