|
ProteoWizard
|
#include <Noise.hpp>
Public Member Functions | |
| Noise (double m=0, double sd=0) | |
| double | pvalue (double value) const |
Public Attributes | |
| double | mean |
| double | variance |
| double | standardDeviation |
| pwiz::analysis::Noise::Noise | ( | double | m = 0, |
| double | sd = 0 |
||
| ) |
| double pwiz::analysis::Noise::pvalue | ( | double | value | ) | const |
Referenced by test_pvalue().
| double pwiz::analysis::Noise::mean |
Definition at line 37 of file Noise.hpp.
Referenced by test_2Pass(), and test_2Pass_NoSignal().
| double pwiz::analysis::Noise::standardDeviation |
Definition at line 39 of file Noise.hpp.
Referenced by test_2Pass(), and test_2Pass_NoSignal().
1.8.1.1