Public Member Functions | |
| template<typename VEC > | |
| CStatisticalAnalyzer (const VEC &v1) | |
| template<typename VEC > | |
| void | setData (const VEC &v1) |
| template<typename VEC > | |
| void | getData (VEC &v1) const |
| template<typename VEC1 , typename VEC2 > | |
| void | getDistribution (VEC1 &vx, VEC2 &vy, const NUM width=1.0) const |
| void | getDistribution (mrpt::vector_double &vx, mrpt::vector_double &vy, const NUM width=1.0) const |
Private Attributes | |
| Eigen::Matrix< NUM, Eigen::Dynamic, 1 > | data |
| mrpt::math::CMonteCarlo::CStatisticalAnalyzer::CStatisticalAnalyzer | ( | const VEC & | v1 | ) | [inline] |
Definition at line 65 of file CMonteCarlo.h.
| void mrpt::math::CMonteCarlo::CStatisticalAnalyzer::getData | ( | VEC & | v1 | ) | const [inline] |
Definition at line 69 of file CMonteCarlo.h.
References data.
| void mrpt::math::CMonteCarlo::CStatisticalAnalyzer::getDistribution | ( | VEC1 & | vx, |
| VEC2 & | vy, | ||
| const NUM | width = 1.0 |
||
| ) | const [inline] |
Definition at line 72 of file CMonteCarlo.h.
| void mrpt::math::CMonteCarlo::CStatisticalAnalyzer::getDistribution | ( | mrpt::vector_double & | vx, |
| mrpt::vector_double & | vy, | ||
| const NUM | width = 1.0 |
||
| ) | const [inline] |
Definition at line 79 of file CMonteCarlo.h.
References mrpt::math::CHistogram::createWithFixedWidth(), data, and mrpt::math::CHistogram::add().
| void mrpt::math::CMonteCarlo::CStatisticalAnalyzer::setData | ( | const VEC & | v1 | ) | [inline] |
Definition at line 66 of file CMonteCarlo.h.
References data.
Definition at line 63 of file CMonteCarlo.h.
Referenced by setData(), getData(), and getDistribution().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |