View source: R/mahalanobis_int.R
mahalanobis_int | R Documentation |
Simpler and faster mahalanobis distance.
mahalanobis_int(x, center, invcov)
x |
numeric vector |
center |
numeric vector, mean |
invcov |
numeric matrix, inverted variance-covariance |
Function mahalanobis_int returns a numeric scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.