casa
$Rev:20696$
|
#include <Statistics.h>
Static Public Member Functions | |
static casa::Record | get_stats (const casa::Vector< T > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported) |
static casa::Record | get_stats (const casa::Vector< T > v, const std::string &column, bool &supported) |
static casa::Record | get_stats_complex (const casa::Vector< casa::Complex > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported, const std::string complex_value) |
static casa::Record | get_stats_complex (const casa::Vector< casa::Complex > v, const std::string &column, bool &supported, const std::string complex_value) |
static casa::Record | get_stats_array (const casa::Matrix< T > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported) |
static casa::Record | get_statistics (const casa::Table &table, const std::string &column, const std::string &complex_value, casa::LogIO *itsLog) |
Definition at line 16 of file Statistics.h.
static casa::Record casac::Statistics< T >::get_statistics | ( | const casa::Table & | table, |
const std::string & | column, | ||
const std::string & | complex_value, | ||
casa::LogIO * | itsLog | ||
) | [static] |
static casa::Record casac::Statistics< T >::get_stats | ( | const casa::Vector< T > | v, |
const casa::Vector< casa::Bool > | flags, | ||
const std::string & | column, | ||
bool & | supported | ||
) | [static] |
static casa::Record casac::Statistics< T >::get_stats | ( | const casa::Vector< T > | v, |
const std::string & | column, | ||
bool & | supported | ||
) | [static] |
static casa::Record casac::Statistics< T >::get_stats_array | ( | const casa::Matrix< T > | v, |
const casa::Vector< casa::Bool > | flags, | ||
const std::string & | column, | ||
bool & | supported | ||
) | [static] |
static casa::Record casac::Statistics< T >::get_stats_complex | ( | const casa::Vector< casa::Complex > | v, |
const casa::Vector< casa::Bool > | flags, | ||
const std::string & | column, | ||
bool & | supported, | ||
const std::string | complex_value | ||
) | [static] |
static casa::Record casac::Statistics< T >::get_stats_complex | ( | const casa::Vector< casa::Complex > | v, |
const std::string & | column, | ||
bool & | supported, | ||
const std::string | complex_value | ||
) | [static] |