You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed tests: testMultivariateGaussianDistribution(smile.stat.distribution.MultivariateGaussianDistributionTest): expected:<0.9> but was:<1.0042573275810218>
testLogNormalDistribution(smile.stat.distribution.LogNormalDistributionTest): expected:<3.0> but was:<3.120146672473464>
The text was updated successfully, but these errors were encountered:
These tests are about random number generators. After generating many random numbers, we calculate the mean and standard deviations and compare them to the true parameters. As you know, there are difference due to the nature of randomness. We use 0.1 as the difference boundary in general. But it may be bigger than that sometimes. If you run it again, the error may (or may not) disappear. I will relax the error boundary so that people feel more comfortable. Thanks!
When I run
mvn test
I get this output:The text was updated successfully, but these errors were encountered: