Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.45 KB

NetIndexStatisticalAnalysis

Modelling of Net Index data The NetIndex is a collective data of internet speeds based on the OoklaTM Speedtest.net for a sufficiently long period which is large enough to draw some conclusions on general behaviour

Technologies Used Programming Language: R IDE: RStudio Operating System: Windows, GNU/Linux Data Processing: Bash shell

For the download speed we model it with cubic polynomial and got the following obeservations. alt tag

Best fit graph with polynomial of degree 3 alt tag

Comparison graph with actual values vs calculated values alt tag

Similarly for the upload speed.

model it with quartic polynomial and got the following obeservations. alt tag

Best fit graph with polynomial of degree 4 alt tag

Comparison graph with actual values vs calculated values alt tag

The percentage error of our model for:

Download Speed – 2.06%

Upload Speed – 0.48%