damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Relax the numerical tolerance in the test of the Beta distribution #163

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

Currently the numerical test for the mean estimation of the Beta distribution may be small enough that a small sample size would fail to estimate it. This does not always happen but it's hard to know when it's going to fail.

Reduce the tolerance so a reasonable sample size can estimate it well.

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #164.