MARSS icon indicating copy to clipboard operation
MARSS copied to clipboard

possible Q spec error; not allowing block equal var cov

Open eeholmes opened this issue 2 years ago • 0 comments

Q <- matrix("c", 4, 4)
diag(Q) <- c("ew")
Q[2:3,2:3] <- c("mo","cmo","cmo","mo")
Q[1,4] <- Q[4,1] <- "cew"
Errors were caught in is.marssMODEL()
 
Errors were caught in is.marssMODEL_marxss()
 The variance-covariance matrix Q is not properly constrained.
    Covariances between the same 2 variance pairs must be equal at t=1

eeholmes avatar Apr 13 '23 06:04 eeholmes