Shaiwal Sachdev edited textit_textbf_Comparison_of_Uber__.tex  almost 8 years ago

Commit id: 983ea4f91436cdeac93144b7b6fdd0f7f58ca02c

deletions | additions      

       

\\ Next task is finding the cdf for all the services. DO this for each service of Uber.  \\ Round off the differences and convert to int.  \\ Find the frequenct of each difference. Sum it up.  \\ Divide the freq/sumofallfreq in the list.  \\ Find the cumulative sum yaxis[i] = yaxis[i] + yaxis[i-1]  \\ And now plot the line with   \\ Differnece in Fare (X axis)  \\ CDF (Y axis) (Ranging between 0 to 1)  \\ Doing this for the four  Timezones Gives us four plots with 6 cdf lines each for each service of uber. The Four plots are given below:  \\ Suppose make frequency table like