From a04d10f4f2c85a1a126c1689325294b0bd0f07f2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 24 Jan 2012 14:53:05 +0000 Subject: initial commit --- other/VF_Schematic.pdf | Bin 0 -> 1320561 bytes other/infographic_visual-refs.pdf | Bin 0 -> 183955 bytes other/thoughts | 9 +++++++++ other/thoughts~ | 0 other/week one dec 2011.xlsx | Bin 0 -> 68846 bytes vodaviz.pde | 7 +++++++ 6 files changed, 16 insertions(+) create mode 100644 other/VF_Schematic.pdf create mode 100644 other/infographic_visual-refs.pdf create mode 100644 other/thoughts create mode 100644 other/thoughts~ create mode 100644 other/week one dec 2011.xlsx create mode 100644 vodaviz.pde diff --git a/other/VF_Schematic.pdf b/other/VF_Schematic.pdf new file mode 100644 index 0000000..daa6f4e Binary files /dev/null and b/other/VF_Schematic.pdf differ diff --git a/other/infographic_visual-refs.pdf b/other/infographic_visual-refs.pdf new file mode 100644 index 0000000..5dfb4d6 Binary files /dev/null and b/other/infographic_visual-refs.pdf differ diff --git a/other/thoughts b/other/thoughts new file mode 100644 index 0000000..0ffb17c --- /dev/null +++ b/other/thoughts @@ -0,0 +1,9 @@ +a note on the datasets — + +ALOC — Actual Length of Call +ASR — Answer Seizure Ratio i.e. if you have 100 calls and only 10 are answered then ASR would be 10% +NER – Network Efficiency Ratio i.e. this is a measure of the efficiency of the network end to end. The ability of a call to route end to end withoput congestion + +Not sure about % User though… I’ve been on to Vodafone about the Cell ID’s so we’ll just wait to see how they come back to us. + + diff --git a/other/thoughts~ b/other/thoughts~ new file mode 100644 index 0000000..e69de29 diff --git a/other/week one dec 2011.xlsx b/other/week one dec 2011.xlsx new file mode 100644 index 0000000..0ffdfbf Binary files /dev/null and b/other/week one dec 2011.xlsx differ diff --git a/vodaviz.pde b/vodaviz.pde new file mode 100644 index 0000000..3bb5752 --- /dev/null +++ b/vodaviz.pde @@ -0,0 +1,7 @@ +//vodafone call visualisation +// +//Tim Redfern Jan 2012 + +void setup(){ + println("vodaviz v0.1"); +} -- cgit v1.2.3