|
MRPT
1.9.9
|
#include <gtest/gtest.h>#include <mrpt/math/data_utils.h>#include <mrpt/math/distributions.h>#include <mrpt/random.h>#include <Eigen/Dense>Go to the source code of this file.
Functions | |
| TEST (distributions, normalPDF_1d) | |
| TEST (distributions, normalPDF_vector) | |
| TEST (distributions, erfc) | |
| TEST (distributions, erf) | |
| TEST (distributions, normalCDF) | |
| TEST (distributions, chi2inv) | |
| TEST (distributions, chi2PDF) | |
| TEST (distributions, noncentralChi2PDF_CDF) | |
| TEST (data_utils, mahalanobisDistance2AndLogPDF) | |
Variables | |
| const double | eps = 1e-12 |
| TEST | ( | distributions | , |
| normalPDF_1d | |||
| ) |
Definition at line 23 of file distributions_unittest.cpp.
References eps, and mrpt::math::normalPDF().
| TEST | ( | distributions | , |
| normalPDF_vector | |||
| ) |
Definition at line 31 of file distributions_unittest.cpp.
References eps, and mrpt::math::normalPDF().
| TEST | ( | distributions | , |
| erfc | |||
| ) |
Definition at line 65 of file distributions_unittest.cpp.
References eps.
| TEST | ( | distributions | , |
| erf | |||
| ) |
Definition at line 74 of file distributions_unittest.cpp.
References eps.
| TEST | ( | distributions | , |
| normalCDF | |||
| ) |
Definition at line 83 of file distributions_unittest.cpp.
References eps, and mrpt::math::normalCDF().
| TEST | ( | distributions | , |
| chi2inv | |||
| ) |
Definition at line 91 of file distributions_unittest.cpp.
References mrpt::math::chi2inv(), and eps.
| TEST | ( | distributions | , |
| chi2PDF | |||
| ) |
Definition at line 98 of file distributions_unittest.cpp.
References mrpt::math::chi2PDF(), and eps.
| TEST | ( | distributions | , |
| noncentralChi2PDF_CDF | |||
| ) |
Definition at line 108 of file distributions_unittest.cpp.
References mrpt::math::noncentralChi2PDF_CDF().
| TEST | ( | data_utils | , |
| mahalanobisDistance2AndLogPDF | |||
| ) |
Definition at line 160 of file distributions_unittest.cpp.
References mrpt::math::mahalanobisDistance2AndLogPDF().
| const double eps = 1e-12 |
Definition at line 21 of file distributions_unittest.cpp.
Referenced by mrpt::vision::add_lm_increment(), mrpt::nav::CPTG_Holo_Blend::calc_trans_distance_t_below_Tramp(), mrpt::vision::checkerBoardStereoCalibration(), Pose3DTests::func_jacob_Aexpe_D(), Pose3DTests::func_jacob_D_expe(), Pose3DTests::func_jacob_expe_D(), mrpt::topography::geodeticToUTM(), mrpt::nav::CPTG_Holo_Blend::getPathStepForDist(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::noncentralChi2PDF_CDF(), mrpt::math::ModelSearch::ransacSingleModel(), mrpt::math::setEpsilon(), TEST(), Pose3DTests::test_Jacob_dAexpeD_de(), Pose3DTests::test_Jacob_dDexpe_de(), Pose3DTests::test_Jacob_dexpeD_de(), mrpt::nav::CPTG_Holo_Blend::updateTPObstacleSingle(), and mrpt::topography::UTMToGeodetic().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |