| 
    casacore
    
   | 
 
#include <StatisticsTypes.h>
Public Attributes | |
| Bool | masked | 
| std::shared_ptr< AccumType > | max | 
| LocationType | maxpos | 
| AccumType | mean | 
| std::shared_ptr< AccumType > | median | 
| std::shared_ptr< AccumType > | medAbsDevMed | 
| std::shared_ptr< AccumType > | min | 
| LocationType | minpos | 
| Double | npts | 
| AccumType | nvariance | 
| AccumType | rms | 
| AccumType | stddev | 
| AccumType | sum | 
| AccumType | sumsq | 
| AccumType | sumweights | 
| AccumType | variance | 
| Bool | weighted | 
Definition at line 55 of file StatisticsTypes.h.
| Bool casacore::StatsData< AccumType >::masked | 
Definition at line 56 of file StatisticsTypes.h.
| std::shared_ptr<AccumType> casacore::StatsData< AccumType >::max | 
Definition at line 57 of file StatisticsTypes.h.
| LocationType casacore::StatsData< AccumType >::maxpos | 
Definition at line 58 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::mean | 
Definition at line 59 of file StatisticsTypes.h.
| std::shared_ptr<AccumType> casacore::StatsData< AccumType >::medAbsDevMed | 
Definition at line 61 of file StatisticsTypes.h.
| std::shared_ptr<AccumType> casacore::StatsData< AccumType >::median | 
Definition at line 60 of file StatisticsTypes.h.
| std::shared_ptr<AccumType> casacore::StatsData< AccumType >::min | 
Definition at line 62 of file StatisticsTypes.h.
| LocationType casacore::StatsData< AccumType >::minpos | 
Definition at line 63 of file StatisticsTypes.h.
| Double casacore::StatsData< AccumType >::npts | 
Definition at line 64 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::nvariance | 
Definition at line 65 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::rms | 
Definition at line 66 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::stddev | 
Definition at line 67 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::sum | 
Definition at line 68 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::sumsq | 
Definition at line 69 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::sumweights | 
Definition at line 70 of file StatisticsTypes.h.
| AccumType casacore::StatsData< AccumType >::variance | 
Definition at line 71 of file StatisticsTypes.h.
| Bool casacore::StatsData< AccumType >::weighted | 
Definition at line 72 of file StatisticsTypes.h.