Distance metrics source code. More...
#include <mtt/metrics.h>
Go to the source code of this file.
Functions | |
| double | biVariatePDF (Vector2d &x, Vector2d &m, Matrix2d &cov) |
| double | mahalanobis (Vector2d &y, Vector2d &mean, Matrix2d &cov) |
Distance metrics source code.
Definition in file metrics.cpp.
| double biVariatePDF | ( | Vector2d & | x, |
| Vector2d & | m, | ||
| Matrix2d & | cov | ||
| ) |
Definition at line 42 of file metrics.cpp.
| double mahalanobis | ( | Vector2d & | y, |
| Vector2d & | mean, | ||
| Matrix2d & | cov | ||
| ) |
Definition at line 34 of file metrics.cpp.