Definition at line 40 of file CMonteCarlo.h.
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 (std::vector< double > &vx, std::vector< double > &vy, const NUM width=1.0) const |
Private Attributes | |
Eigen::Matrix< NUM, Eigen::Dynamic, 1 > | data |
|
inline |
Definition at line 44 of file CMonteCarlo.h.
|
inline |
Definition at line 48 of file CMonteCarlo.h.
References mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer::data.
|
inline |
Definition at line 58 of file CMonteCarlo.h.
References mrpt::math::CHistogram::add(), mrpt::math::CHistogram::createWithFixedWidth(), mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer::data, and mrpt::math::CHistogram::getHistogram().
|
inline |
Definition at line 51 of file CMonteCarlo.h.
References mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer::getDistribution().
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer::getDistribution().
|
inline |
Definition at line 45 of file CMonteCarlo.h.
References mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer::data.
|
private |
Page generated by Doxygen 1.9.8 for MRPT 1.4.0 SVN: at Thu Dec 14 16:41:50 UTC 2023 |