Skip to content

Instantly share code, notes, and snippets.

View wraseman's full-sized avatar

Billy Raseman wraseman

View GitHub Profile
---
title: 'Multivariate Distances: Mahalanobis vs. Euclidean'
author: "Billy Raseman"
date: "July 12, 2018"
output: html_document
---
Below is the code used to create the plots for https://waterprogramming.wordpress.com/2018/07/23/multivariate-distances-mahalanobis-vs-euclidean/. My apologies that it is not entirely reproducible. I found it a bit easier to post-process a few of the plots (particularly for the PCA part)!
```{r}