Skip to content

Commit dc6101b

Browse files
Merge pull request #294 from azev77/master
Fix typo: "Hensen" should be "Hansen"
2 parents bde8ec5 + 1e4d028 commit dc6101b

File tree

2 files changed

+1
-1
lines changed

2 files 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")
File renamed without changes.

0 commit comments

Comments
 (0)