https://github.com/rmartinho/nonius/blob/devel/include/nonius/detail/stats.h++ uses `boost::math::quantile`, `boost::math::normal`, and `boost::math::cdf`. These need to be replaced with non-boost equivalents to remove the boost dependency.
https://github.com/rmartinho/nonius/blob/devel/include/nonius/detail/stats.h++ uses
boost::math::quantile,boost::math::normal, andboost::math::cdf.These need to be replaced with non-boost equivalents to remove the boost dependency.