|
ProteoWizard
|
#include "Noise.hpp"#include "pwiz/utility/misc/unit.hpp"#include <boost/random.hpp>#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | generateNoise () |
| void | test_2Pass_NoSignal () |
| void | test_2Pass () |
| void | test_pvalue () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| double | testNoise_ [] |
| void generateNoise | ( | ) |
Definition at line 39 of file NoiseTest.cpp.
| void test_2Pass_NoSignal | ( | ) |
Definition at line 68 of file NoiseTest.cpp.
References pwiz::analysis::NoiseCalculator_2Pass::calculateNoise(), epsilon, pwiz::analysis::Noise::mean, os_, pwiz::analysis::Noise::standardDeviation, testNoise_, unit_assert_equal, and pwiz::analysis::NoiseCalculator_2Pass::Config::zValueCutoff.
Referenced by test().
| void test_2Pass | ( | ) |
Definition at line 87 of file NoiseTest.cpp.
References pwiz::analysis::NoiseCalculator_2Pass::calculateNoise(), epsilon, pwiz::analysis::Noise::mean, os_, pwiz::analysis::Noise::standardDeviation, testNoise_, and unit_assert_equal.
Referenced by test().
| void test_pvalue | ( | ) |
Definition at line 110 of file NoiseTest.cpp.
References epsilon, pwiz::analysis::Noise::pvalue(), and unit_assert_equal.
Referenced by test().
| void test | ( | ) |
Definition at line 120 of file NoiseTest.cpp.
References test_2Pass(), test_2Pass_NoSignal(), and test_pvalue().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 128 of file NoiseTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 36 of file NoiseTest.cpp.
| double testNoise_[] |
Definition at line 53 of file NoiseTest.cpp.
Referenced by createTestData(), test_2Pass(), and test_2Pass_NoSignal().
1.8.1.1