diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2018-11-22 19:57:21 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2018-11-22 19:57:21 +0000 |
| commit | 62d885720ae1404dfd91ea4638d68ec57f3d4d8e (patch) | |
| tree | c9ce01775b8e1b75ecda5efe3cdc6f4fae0add2a /code/perflow/flow_interarrival.R | |
| parent | 3f282b6b5cee16f85109f140c4ac7c2c7c315698 (diff) | |
generated cdfs for inter-arrival times
Diffstat (limited to 'code/perflow/flow_interarrival.R')
| -rw-r--r-- | code/perflow/flow_interarrival.R | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/code/perflow/flow_interarrival.R b/code/perflow/flow_interarrival.R deleted file mode 100644 index 5ef69ba..0000000 --- a/code/perflow/flow_interarrival.R +++ /dev/null @@ -1,8 +0,0 @@ -tcp_times = read.csv(file="../../data/perpacket/tcp_arrivel_time.csv", header=TRUE, sep=",") - -tcp_times_cdf = ecdf(tcp_times$time) - -plot(tcp_times_cdf, col="black", main="CDF of TCP inter-arrival time of TCP flows", xlab="time (s)", ylab="probability") -dev.print(png, '../../plots/perflow/interarrival.png', width=500) - -#quit() |
