Shaiwal Sachdev edited textit_textbf_Comparison_of_Uber__.tex  almost 8 years ago

Commit id: 56cf4c6e7009127d0f280a3eb4257ebdc5d60834

deletions | additions      

       

"diff\_suv": 18.016,  "diff\_x": 7.516,  "diff\_xl": 11.516 }  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 frequency 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.  \end{verbatim}  \\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 frequency 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 \\The  Four plots are given below: