|
ProteoWizard
|
#include <RegionAnalyzer.hpp>
Public Member Functions | |
| Stats () | |
Public Attributes | |
| size_t | nonzeroCount |
| double | sum_sumIntensity |
| double | sum_peak_intensity |
| double | mean_peak_mz |
| double | variance_peak_mz |
| double | sd_peak_mz |
| size_t | indexApex |
Definition at line 70 of file RegionAnalyzer.hpp.
| pwiz::analysis::RegionAnalyzer::Stats::Stats | ( | ) |
| size_t pwiz::analysis::RegionAnalyzer::Stats::nonzeroCount |
Definition at line 72 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| double pwiz::analysis::RegionAnalyzer::Stats::sum_sumIntensity |
Definition at line 73 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| double pwiz::analysis::RegionAnalyzer::Stats::sum_peak_intensity |
Definition at line 74 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| double pwiz::analysis::RegionAnalyzer::Stats::mean_peak_mz |
Definition at line 77 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| double pwiz::analysis::RegionAnalyzer::Stats::variance_peak_mz |
Definition at line 78 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| double pwiz::analysis::RegionAnalyzer::Stats::sd_peak_mz |
Definition at line 79 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
| size_t pwiz::analysis::RegionAnalyzer::Stats::indexApex |
Definition at line 82 of file RegionAnalyzer.hpp.
Referenced by operator<<(), and testConfig().
1.8.1.1