fit_MLE_array: Fit reduced rank BLIN model D is matrix of lagged Y...

Description Usage

View source: R/fitting_functions.R

Description

Fit reduced rank 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(Y, D, X, lag, rankA = 1, rankB = 1, verbose = FALSE,
  printout = 1, tol = 1e-08, init = "I", sigma_init = 1,
  use_cov = TRUE, maxit = 1000, randseed = NA, Yold = NULL)

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