File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name = " MaximumLikelihoodProblems"
22uuid = " e149cee4-a9c8-4a03-a7b6-d91720412337"
33authors = [" Dilum Aluthge" ]
4- version = " 0.1.6 "
4+ version = " 0.1.7 "
55
66[deps ]
77Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Test.@test sum(absolute_error_proportional) < 0.100
2222Test. @test sum (square_error_proportional) < 0.010
2323Test. @test maximum (absolute_error) < 0.100
2424Test. @test maximum (square_error) < 0.010
25- Test. @test maximum (absolute_error_proportional) < 0.060
25+ Test. @test maximum (absolute_error_proportional) < 0.100
2626Test. @test maximum (square_error_proportional) < 0.005
2727Test. @test Statistics. mean (absolute_error) < 0.070
2828Test. @test Statistics. mean (square_error) < 0.007
You can’t perform that action at this time.
0 commit comments