In MATLAB: I have a project where I am mapping driving routes on the East Coast from some destination Point A to Point B. I have to perform a statistical analysis on this data, which is an output from my code. How would I go about this? This is my data (below).
Trip 1 - 253.25 miles, travel time = 281.10 mins, average speed = 53.50
Trip 2 - 104.06 miles, travel time = 124.87 mins, average speed = 50.00
Trip 3 - 361.18 miles, travel time = 379.31 mins, average speed = 57.86
Trip 4 - 420.32 miles, travel time = 459.82 mins, average speed = 55.57
Trip 5 - 553.88 miles, travel time = 551.51 mins, average speed = 60.68
Can I get an example of MATLAB code to perform a statistical analysis on this data, i.e. standard deviation in regards to time, variance in trip data, which distributions to fit to this/test confidence intervals...