|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <SpectrumTestSupport.h>

Public Member Functions | |
| double | binWidth () const |
| double | center (std::size_t i) const |
| double | edgeLow (std::size_t i) const |
| double | edgeHigh (std::size_t i) const |
Public Attributes | |
| double | low = 0.0 |
| double | high = 0.0 |
| std::size_t | nBins = 0 |
| std::vector< double > | counts |
| raw sample counts per bin (out-of-range excluded) | |
| std::vector< double > | density |
| counts / total / binWidth (PDF estimate) | |
Definition at line 18 of file SpectrumTestSupport.h.
|
inline |
Definition at line 25 of file SpectrumTestSupport.h.
References high, low, and nBins.
Referenced by center(), edgeHigh(), edgeLow(), opalx::test::histogramArea(), opalx::test::l1Distance(), and opalx::test::makeHistogram().
|
inline |
Definition at line 27 of file SpectrumTestSupport.h.
References binWidth(), and low.
Referenced by opalx::test::writeSpectrumCsv().

|
inline |
Definition at line 33 of file SpectrumTestSupport.h.
References binWidth(), and low.
Referenced by opalx::test::writeSpectrumCsv().

|
inline |
Definition at line 31 of file SpectrumTestSupport.h.
References binWidth(), and low.
Referenced by opalx::test::writeSpectrumCsv().

| std::vector<double> opalx::test::Histogram1D::counts |
raw sample counts per bin (out-of-range excluded)
Definition at line 22 of file SpectrumTestSupport.h.
Referenced by opalx::test::makeHistogram(), and opalx::test::writeSpectrumCsv().
| std::vector<double> opalx::test::Histogram1D::density |
counts / total / binWidth (PDF estimate)
Definition at line 23 of file SpectrumTestSupport.h.
Referenced by opalx::test::histogramArea(), opalx::test::l1Distance(), opalx::test::makeHistogram(), and opalx::test::writeSpectrumCsv().
| double opalx::test::Histogram1D::high = 0.0 |
Definition at line 20 of file SpectrumTestSupport.h.
Referenced by binWidth(), and opalx::test::makeHistogram().
| double opalx::test::Histogram1D::low = 0.0 |
Definition at line 19 of file SpectrumTestSupport.h.
Referenced by binWidth(), center(), edgeHigh(), edgeLow(), and opalx::test::makeHistogram().
| std::size_t opalx::test::Histogram1D::nBins = 0 |
Definition at line 21 of file SpectrumTestSupport.h.
Referenced by binWidth(), opalx::test::makeHistogram(), and opalx::test::writeSpectrumCsv().