In order to run mpdist, first go to src in order to build it. There, run `cabal v2-build` which if it runs properly should build the binary in dist-newstyle. After finding the correct binary, move this to this directory. Then, to compare any two time series, export the time series as files where each line contains one data point in chronological order. Then, run the following command:

mpdist <stompopt/stamp> <path-to-file-for-time-series-A> <path-to-file-for-time-series-B> <window-length> <threshold>

For instance, the following command can be run to compare the handwriting data for writing out the name Lisa with Lisabeth, two time series we would guess to be similar:

mpdist stompopt ts/Lisa ts/Lisabeth 30 0.05

Note: 0.05 is strongly recommended as the threshold unless there is a good reason to change it.
