Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 411 Bytes

File metadata and controls

18 lines (10 loc) · 411 Bytes

CMPT353RunningProject

Required libraries: numpy, pandas, matplotlib, scipy

First run the command:

python3 distance.py 4splits_treadmill/ 4splits_outside/

it will produce outside_distance.csv and treadmill_distance.csv

which are the final cleaned data set we will be using in below.

Next run the command:

python3 distance_test.py

which will output the statistical test outputs in the command line.