folks.
I have this set of data from a paper:
data={{0.995, 0.142}, {3.003, 0.2}, {5.908, 0.25}, {10.525, 0.36}, {13.617, 0.498}, {24.321, 0.616}, {33.917, 0.599}, {47.843, 0.7}, {64.172, 0.835}, {91.353, 1.102}, {126.745, 1.083}, {174.118, 1.225}, {225.059, 1.133}, {292.998, 1.165}, {369.133, 1.298}, {640.295, 1.365}, {828.169, 1.298}, {1255.39, 1.373}, {1496.61, 1.409}, {1942.79, 1.538}}; The proper way to plot it is with
ListLogLinearPlot[data] and the result is somethins like this:
I'd like to know if is it possible to fit this experimental data with a CDF and, if so, if is it also possible to get a respective PDF of the CDF which fit the data Ps.: To contextualize, I'm tryin to reproduce the following result: 
I would be very happy if anyone could help me
Thanks in advance Jose



CDFhas values in [0, 1]. What does your data represent ? $\endgroup$