Skip to content

Commit 0332b61

Browse files
add export create_X and get_variances
1 parent 48a2aa6 commit 0332b61

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, simulate
14+
export fit_model, forecast, simulate, create_X, get_variances
1515

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

0 commit comments

Comments
 (0)