#include <Eigen/Cholesky>
Go to the source code of this file.
|
template<typename T , std::int32_t kNumOfStates> |
types::float32_t | autoware::common::helper_functions::calculate_squared_mahalanobis_distance (const Eigen::Matrix< T, kNumOfStates, 1 > &sample, const Eigen::Matrix< T, kNumOfStates, 1 > &mean, const Eigen::Matrix< T, kNumOfStates, kNumOfStates > &covariance_factor) |
| Calculate square of mahalanobis distance. More...
|
|
template<typename T , std::int32_t kNumOfStates> |
types::float32_t | autoware::common::helper_functions::calculate_mahalanobis_distance (const Eigen::Matrix< T, kNumOfStates, 1 > &sample, const Eigen::Matrix< T, kNumOfStates, 1 > &mean, const Eigen::Matrix< T, kNumOfStates, kNumOfStates > &covariance_factor) |
| Calculate mahalanobis distance. More...
|
|