Skip to content

Commit

Permalink
Add reference file for regime-switching SMC in Julia 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Dec 18, 2020
1 parent 45145e6 commit 229c4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/regime_switching_smc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ saved_W = saved_file["W"]

####################################################################
cloud_fields = fieldnames(typeof(test_cloud))
@testset "Lienar Regression Regime-Switching Parameter Estimates Are Close" begin
@testset "Linear Regression Regime-Switching Parameter Estimates Are Close" begin
@test maximum(abs.(mean_para - true_para)) < .5
end

Expand Down

0 comments on commit 229c4a0

Please sign in to comment.