Skip to content

Commit 869c467

Browse files
committed
perf: remove redundant TBATS matrix update
1 parent a2b3f35 commit 869c467

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

R/fitTBATS.R

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ fitPreviousTBATSModel <- function(y, model, biasadj = FALSE) {
9090
ar.coefs = ar.coefs,
9191
ma.coefs = ma.coefs
9292
)
93-
updateFMatrix(
94-
F,
95-
small.phi,
96-
alpha,
97-
beta.v,
98-
gamma.bold,
99-
ar.coefs,
100-
ma.coefs,
101-
tau
102-
)
10393
# 2. Calculate!
10494
fitted.values.and.errors <- calcModel(y.touse, model$seed.states, F, g, w)
10595
e <- fitted.values.and.errors$e

0 commit comments

Comments
 (0)