Montecarlo simulation for experiments in 1D.
Template arguments are:
HOW TO USE THIS CLASS:
Definition at line 37 of file CMonteCarlo.h.
#include <mrpt/math/CMonteCarlo.h>
Classes | |
class | CStatisticalAnalyzer |
Public Member Functions | |
CMonteCarlo () | |
NUM | doExperiment (size_t N, double &time, bool showInWindow=false) |
Public Attributes | |
T(* | valueGenerator )(mrpt::random::CRandomGenerator &) |
NUM(* | errorFun1 )(const T &) |
OTHER(* | intermediateFun )(const T &) |
NUM(* | errorFun2 )(const T &, const OTHER &) |
Private Attributes | |
mrpt::random::CRandomGenerator | gen |
|
inline |
Definition at line 74 of file CMonteCarlo.h.
|
inline |
Definition at line 75 of file CMonteCarlo.h.
References mrpt::math::CMonteCarlo< T, NUM, OTHER >::errorFun1, mrpt::math::CMonteCarlo< T, NUM, OTHER >::errorFun2, mrpt::math::CMonteCarlo< T, NUM, OTHER >::gen, mrpt::math::CMonteCarlo< T, NUM, OTHER >::intermediateFun, mrpt::utils::CTicTac::Tac(), mrpt::utils::CTicTac::Tic(), and mrpt::math::CMonteCarlo< T, NUM, OTHER >::valueGenerator.
NUM(* mrpt::math::CMonteCarlo< T, NUM, OTHER >::errorFun1) (const T &) |
Definition at line 70 of file CMonteCarlo.h.
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::doExperiment().
NUM(* mrpt::math::CMonteCarlo< T, NUM, OTHER >::errorFun2) (const T &, const OTHER &) |
Definition at line 73 of file CMonteCarlo.h.
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::doExperiment().
|
private |
Definition at line 39 of file CMonteCarlo.h.
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::doExperiment().
OTHER(* mrpt::math::CMonteCarlo< T, NUM, OTHER >::intermediateFun) (const T &) |
Definition at line 72 of file CMonteCarlo.h.
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::doExperiment().
T(* mrpt::math::CMonteCarlo< T, NUM, OTHER >::valueGenerator) (mrpt::random::CRandomGenerator &) |
Definition at line 68 of file CMonteCarlo.h.
Referenced by mrpt::math::CMonteCarlo< T, NUM, OTHER >::doExperiment().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |