casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
casacore::StatsData< AccumType > Struct Template Reference

#include <StatisticsTypes.h>

Public Attributes

Bool masked
 
CountedPtr< AccumType > max
 
LocationType maxpos
 
AccumType mean
 
CountedPtr< AccumType > median
 
CountedPtr< AccumType > medAbsDevMed
 
CountedPtr< AccumType > min
 
LocationType minpos
 
Double npts
 
AccumType nvariance
 
AccumType rms
 
AccumType stddev
 
AccumType sum
 
AccumType sumsq
 
AccumType sumweights
 
AccumType variance
 
Bool weighted
 

Detailed Description

template<class AccumType>
struct casacore::StatsData< AccumType >

Definition at line 57 of file StatisticsTypes.h.

Member Data Documentation

template<class AccumType>
Bool casacore::StatsData< AccumType >::masked

Definition at line 58 of file StatisticsTypes.h.

template<class AccumType>
CountedPtr<AccumType> casacore::StatsData< AccumType >::max

Definition at line 59 of file StatisticsTypes.h.

template<class AccumType>
LocationType casacore::StatsData< AccumType >::maxpos

Definition at line 60 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::mean

Definition at line 61 of file StatisticsTypes.h.

template<class AccumType>
CountedPtr<AccumType> casacore::StatsData< AccumType >::medAbsDevMed

Definition at line 63 of file StatisticsTypes.h.

template<class AccumType>
CountedPtr<AccumType> casacore::StatsData< AccumType >::median

Definition at line 62 of file StatisticsTypes.h.

template<class AccumType>
CountedPtr<AccumType> casacore::StatsData< AccumType >::min

Definition at line 64 of file StatisticsTypes.h.

template<class AccumType>
LocationType casacore::StatsData< AccumType >::minpos

Definition at line 65 of file StatisticsTypes.h.

template<class AccumType>
Double casacore::StatsData< AccumType >::npts

Definition at line 66 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::nvariance

Definition at line 67 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::rms

Definition at line 68 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::stddev

Definition at line 69 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::sum

Definition at line 70 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::sumsq

Definition at line 71 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::sumweights

Definition at line 72 of file StatisticsTypes.h.

template<class AccumType>
AccumType casacore::StatsData< AccumType >::variance

Definition at line 73 of file StatisticsTypes.h.

template<class AccumType>
Bool casacore::StatsData< AccumType >::weighted

Definition at line 74 of file StatisticsTypes.h.


The documentation for this struct was generated from the following file: