ProteoWizard
|
#include "Stats.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void test | ( | ) |
Definition at line 37 of file StatsTest.cpp.
References pwiz::math::Stats::covariance(), e(), epsilon, pwiz::math::Stats::mean(), pwiz::math::Stats::meanOuterProduct(), os_, unit_assert_equal, unit_assert_matrices_equal, and unit_assert_vectors_equal.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 81 of file StatsTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 34 of file StatsTest.cpp.