This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

[closed] Make a CCDF graph for a data

0

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):

2.824562000
7.914959000
15.838087000
1.013451000
2.813006000
0.424052000
0.146252000
0.166075000
2.298860000
6.393684000
5.341003000
0.005898000
0.009670000
0.453621000
0.068486000
0.039053000
0.022522000
0.080358000
0.086826000
0.033819000
0.040123000
0.288394000
0.345128000
0.388442000
0.142918000
1.624033000
3.097911000
0.098968000
0.027605000
0.057969000
0.264588000
0.137300000
0.105468000

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's gravatar image

bella
11113
accept rate: 0%

closed 04 Dec '13, 23:00

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237

The question has been closed for the following reason “Question is off-topic or not relevant for a Wireshark site” by Kurt Knochner 04 Dec ‘13, 23:00