|
Cosan
1.0
Data Analytics Library
|
Class for statistics results. More...
#include <statistics.h>
Public Member Functions | |
| SummaryStatistics () | |
| CosanMatrix< NumericType > & | GetSampleCovariance (const CosanMatrix< NumericType > &X) |
| NumericType | GetMean (const CosanMatrix< NumericType > &X) |
| NumericType | GetVar (const CosanMatrix< NumericType > &X) |
| NumericType | GetMedian (const CosanMatrix< NumericType > &X) |
| NumericType | GetMax (const CosanMatrix< NumericType > &X) |
| NumericType | GetMin (const CosanMatrix< NumericType > &X) |
Public Member Functions inherited from Cosan::Evaluation | |
| Evaluation () | |
Public Member Functions inherited from Cosan::CosanBO | |
| CosanBO () | |
| Default constructor. More... | |
| virtual const std::string | GetName () const |
| Get the name of the objects. More... | |
Public Attributes | |
| CosanMatrix< NumericType > | SampleCovariance |
| NumericType | mean |
| NumericType | variance |
| NumericType | median |
| NumericType | maxNum |
| NumericType | minNum |
Class for statistics results.
calculate SampleCovariance, mean, variance, median, maxNum, minNum;
Definition at line 21 of file statistics.h.
|
inline |
Definition at line 23 of file statistics.h.
|
inline |
Definition at line 64 of file statistics.h.
|
inline |
Definition at line 32 of file statistics.h.
|
inline |
Definition at line 47 of file statistics.h.
|
inline |
Definition at line 71 of file statistics.h.
|
inline |
Definition at line 24 of file statistics.h.
|
inline |
Definition at line 39 of file statistics.h.
| NumericType Cosan::SummaryStatistics< NumericType >::maxNum |
Definition at line 83 of file statistics.h.
| NumericType Cosan::SummaryStatistics< NumericType >::mean |
Definition at line 80 of file statistics.h.
| NumericType Cosan::SummaryStatistics< NumericType >::median |
Definition at line 82 of file statistics.h.
| NumericType Cosan::SummaryStatistics< NumericType >::minNum |
Definition at line 84 of file statistics.h.
| CosanMatrix<NumericType> Cosan::SummaryStatistics< NumericType >::SampleCovariance |
Definition at line 79 of file statistics.h.
| NumericType Cosan::SummaryStatistics< NumericType >::variance |
Definition at line 81 of file statistics.h.