I want to make a CCDF graph by reading data from the following text file(file.txt). CCDF means Complementary Cumulative Distribution Function I have tried to search about CCDF, but I do not really understand about it. So I don't know how to plot a CCDF graph. Here is the data(file.txt), which is the inter-arrival times(seconds):
How to plot this graph in Java by reading data from the above text file(file.txt)? Any other programming languages is also ok. Thanks asked 04 Dec '13, 20:52 bella closed 04 Dec '13, 23:00 Kurt Knochner ♦ |