Skip to content

Commit 44a8273

Browse files
authored
fix typo, "Hensen" should be "Hansen"
1 parent bde8ec5 commit 44a8273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StateSpaceModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include("hyperparameters.jl")
2424
include("systems.jl")
2525
include("kalman_filter_and_smoother.jl")
2626
include("statistical_tests/kpss.jl")
27-
include("statistical_tests/canova_hensen.jl")
27+
include("statistical_tests/canova_hansen.jl")
2828
include("filters/univariate_kalman_filter.jl")
2929
include("filters/multivariate_kalman_filter.jl")
3030
include("filters/scalar_kalman_filter.jl")

0 commit comments

Comments
 (0)