Home
last modified time | relevance | path

Searched defs:P1inf (Results 1 – 8 of 8) sorted by relevance

/dports/math/R-cran-KFAS/KFAS/R/
H A DSSMcustom.R14 SSMcustom <- function(Z, T, R, Q, a1, P1, P1inf, index, n = 1, state_names = NULL) { argument
92 P1 = P1, P1inf = P1inf, tvz = dim(Z)[3] > 1, tvt = dim(T)[3] > 1, tvr = dim(R)[3] > nameattr
H A DSSMtrend.R3 SSMtrend <- function(degree = 1, Q, type, index, a1, P1, P1inf, n = 1, state_names = NULL, ynames) { argument
100 P1inf = P1inf, tvq = tvq, tvr = 0, tvz = 0, state_names = state_names) nameattr
H A DSSMcycle.R3 SSMcycle <- function(period, Q, type, index, a1, P1, P1inf, damping = 1, n = 1, state_names = NULL,… argument
94 P1inf = P1inf, tvq = tvq, tvr = 0, tvz = 0, state_names = state_names, period = period) nameattr
H A DSSMarima.R48 T <- P1 <- P1inf <- matrix(0, m, m) functionVar
75 m, 1), P1 = P1, P1inf = P1inf, tvq = 0, tvr = 0, tvz = 0, state_names = state_names) nameattr
H A DSSMregression.R4 P1inf, n = 1, remove.intercept = TRUE, state_names = NULL, ynames) { argument
194 a1 = a1, P1 = P1, P1inf = P1inf, tvq = tvq, tvr = tvr, nameattr
H A DSSMseasonal.R4 type, index, a1, P1, P1inf, n = 1, state_names = NULL, ynames, harmonics) { argument
154 P1inf = P1inf, tvq = tvq, tvr = 0, tvz = 0, state_names = state_names, period = period, nameattr
H A DSSModel.R370 P1 <- P1inf <- matrix(0, m, m) functionVar
394 model <- list(y = y, Z = Z, H = H, T = T, R = R, Q = Q, a1 = a1, P1 = P1, P1inf = P1inf, nameattr
/dports/math/R-cran-KFAS/KFAS/inst/doc/
H A DKFAS.R19 P1inf <- diag(2) globalVar