I have a set of velocity data (37 data points) and I want to know how to check if the data can be modelled with a normal distribution.
From a guide on youtube I have calculated the CDF, expected values and Z-values and produced a plot of the expected values and real data against the z-values.
From here I'm lost as what to do next, how do I determine how well the data is modelled by a normal distribution from this plot? Some of the real data points lie above the line and some below and it seems to fit reasonably well but I would like to be more quantitative about it.
Please bear in mind I know only basic statistics and this has already gone way beyond my knowledge.