ProteoWizard
|
#include <Stats.hpp>
Public Types | |
typedef boost::numeric::ublas::vector< double > | vector_type |
typedef boost::numeric::ublas::matrix< double > | matrix_type |
typedef std::vector< vector_type > | data_type |
Public Member Functions | |
Stats (const data_type &data) | |
~Stats () | |
vector_type | mean () const |
matrix_type | meanOuterProduct () const |
matrix_type | covariance () const |
Private Member Functions | |
Stats (const Stats &stats) | |
Stats & | operator= (const Stats &stats) |
Private Attributes | |
std::auto_ptr< Impl > | impl_ |
typedef boost::numeric::ublas::vector<double> pwiz::math::Stats::vector_type |
typedef boost::numeric::ublas::matrix<double> pwiz::math::Stats::matrix_type |
typedef std::vector<vector_type> pwiz::math::Stats::data_type |
pwiz::math::Stats::Stats | ( | const data_type & | data | ) |
pwiz::math::Stats::~Stats | ( | ) |
|
private |
vector_type pwiz::math::Stats::mean | ( | ) | const |
Referenced by test().
matrix_type pwiz::math::Stats::meanOuterProduct | ( | ) | const |
Referenced by test().
matrix_type pwiz::math::Stats::covariance | ( | ) | const |
Referenced by test().