Skip to content

Commit 73bd602

Browse files
Merge pull request #28 from LAMPSPUC/add-export-create_X
add export create_X and get_variances
2 parents 48a2aa6 + 0332b61 commit 73bd602

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)