Skip to content

Commit

Permalink
vartest2: increase tol in BIST failing on windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Jan 31, 2023
1 parent 51e48ca commit 8fef0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/vartest2.m
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
%! load carsmall
%! [h, pval, ci, stat] = vartest2 (MPG(Model_Year==82), MPG(Model_Year==76));
%! assert (h, 0);
%! assert (pval, 0.6288022362718455, 1e-14);
%! assert (pval, 0.6288022362718455, 1e-13);
%! assert (ci, [0.4139; 1.7193], 1e-4);
%! assert (stat.fstat, 0.8384, 1e-4);
%! assert (stat.df1, 30);
Expand Down

0 comments on commit 8fef0fc

Please sign in to comment.