|
ProteoWizard
|
#include "FrequencyEstimatorPhysicalModel.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Classes | |
| struct | Datum |
Functions | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| Datum | data_ [] |
| const int | dataSize_ = sizeof(data_)/sizeof(Datum) |
| void test | ( | ) |
Definition at line 73 of file FrequencyEstimatorPhysicalModelTest.cpp.
References pwiz::data::FrequencyData::analyze(), pwiz::data::peakdata::Peak::attributes, pwiz::data::FrequencyData::data(), data_, dataSize_, e(), pwiz::frequency::FrequencyEstimatorPhysicalModel::estimate(), pwiz::data::FrequencyData::max(), pwiz::data::FrequencyData::observationDuration(), os_, and unit_assert_equal.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 105 of file FrequencyEstimatorPhysicalModelTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 34 of file FrequencyEstimatorPhysicalModelTest.cpp.
| Datum data_[] |
Definition at line 44 of file FrequencyEstimatorPhysicalModelTest.cpp.
Referenced by pwiz::frequency::ParametrizedFunction< value_type >::ErrorFunction::dp(), pwiz::frequency::ParametrizedFunction< value_type >::ErrorFunction::dp2(), initialize(), pwiz::frequency::ParametrizedFunction< value_type >::ErrorFunction::operator()(), test(), testData2_LocalMax(), testData2_Parabola(), and testFind().
Definition at line 70 of file FrequencyEstimatorPhysicalModelTest.cpp.
Referenced by test(), testData2_LocalMax(), testData2_Parabola(), and testFind().
1.8.1.1