mirror of
https://github.com/boostorg/math.git
synced 2026-02-24 04:02:18 +00:00
Added tests and changed namescapes
This commit is contained in:
@@ -141,6 +141,8 @@ void test_spot(
|
||||
quantile(dist, P), x, tol * 10);
|
||||
BOOST_CHECK_CLOSE(
|
||||
quantile(complement(dist, Q)), x, tol * 10);
|
||||
BOOST_CHECK_CLOSE(
|
||||
dist.find_non_centrality(a, b, P, x), ncp, tol * 10);
|
||||
}
|
||||
if(boost::math::tools::digits<RealType>() > 50)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user