Skip to content

Commit fc64b44

Browse files
author
andre_ramos
committed
export simulate
1 parent 26b0417 commit fc64b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StateSpaceLearning.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include("datasets.jl")
1111

1212
const DEFAULT_COMPONENTS_PARAMETERS = ["level", "stochastic_level", "trend", "stochastic_trend", "seasonal", "stochastic_seasonal", "freq_seasonal"]
1313

14-
export fit_model, forecast
14+
export fit_model, forecast, simulate
1515

1616
"""
1717
fit_model(y::Vector{Fl};

0 commit comments

Comments
 (0)