Shaiwal Sachdev edited textit_textbf_Comparison_of_Uber__.tex  almost 8 years ago

Commit id: b2aaa82ace14d85716fb9ced3ae638577ecf892a

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}  \\The \begin{enumerate}  \item Next task is finding the cdf for all the services.   \item DO this for each service of Uber.  \item round off the differences and convert to int.  \itemFind the frequency of each difference. Sum it up.  \itemDivide the freq/sumofallfreq in the list.  \itemFind the cumulative sum yaxis[i] = yaxis[i] + yaxis[i-1]  \itemAnd now plot the line with   \itemDiffernece in Fare (X axis)  \itemCDF (Y axis) (Ranging between 0 to 1)  \itemDoing this for the four Timezones Gives us four plots with 6 cdf lines each for each service of uber.  \end{enumerate}  \textbf{The  Four plots are given below: below:}