#include <boost/math/special_functions/binomial.hpp>#include <boost/math/special_functions/erf.hpp>Go to the source code of this file.
Classes | |
| struct | shark::WilcoxonRankSumTest |
| Wilcoxon rank-sum test / Mann–Whitney U test. More... | |
| struct | shark::WilcoxonRankSumTest::Result |
| Stores result of Wilcoxon rank-sum test. More... | |
| struct | shark::WilcoxonRankSumTest::Element |
| Stores information about an observation. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Functions | |
| template<typename Stream > | |
| Stream & | shark::operator<< (Stream &s, const WilcoxonRankSumTest::Element &element) |