File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name = " StateSpaceLearning"
22uuid = " 971c4b7c-2c4e-4bac-8525-e842df3cde7b"
33authors = [" andreramosfc <andreramosfdc@gmail.com>" ]
4- version = " 2.0.12 "
4+ version = " 2.0.13 "
55
66[deps ]
77Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
Original file line number Diff line number Diff line change @@ -1592,7 +1592,7 @@ function simulate_states(
15921592 end
15931593
15941594 slope = ones (T, N_scenarios) .* slope
1595- model. level ? trend = ones (T, N_scenarios) .* trend : nothing
1595+ model. level || model . slope ? trend = ones (T, N_scenarios) .* trend : nothing
15961596 model. seasonal ? seasonals = [ones (T, N_scenarios) .* s for s in seasonals] : nothing
15971597 for t in (T + 1 ): (T + steps_ahead)
15981598 slope_t = if model. slope
You can’t perform that action at this time.
0 commit comments