Need help on a small issue in my experiment

Ask questions about projects relating to: computer science or pure mathematics (such as probability, statistics, geometry, etc...).

Moderators: kgudger, bfinio, Moderators

Locked
mmpabc2000
Posts: 3
Joined: Sat Sep 25, 2010 1:24 pm
Occupation: student
Project Question: math/computer science
Project Due Date: december
Project Status: I am just starting

Need help on a small issue in my experiment

Post by mmpabc2000 »

ok so im doing an experiment where im testing the speed of a VB.NET browser that i built against 5 C++ browsers to see which of these 6 browsers is the fastest at loading a website. Oh and im testing them on 5 categories of websites. Now im wondering should i test them each a couple of times and take the average? or is testing each once enough since i would have to keep re-emptying the cache? thanks in advanced!
mpphlipot
Former Expert
Posts: 79
Joined: Thu Nov 06, 2008 5:31 pm
Occupation: Operations Manager
Project Question: n/a
Project Due Date: n/a
Project Status: Not applicable

Re: Need help on a small issue in my experiment

Post by mpphlipot »

Legible handwriting

You really want to test them multiple times if it's at all possible. You'll see one of two results:

a) The multiple runs will have exactly the same time. This is great because it gives you confidence that your experiment is repeatable and that the data is reliable. It makes it more difficult for reviewers to question the validity of your results.

b) The multiple runs will have different times on most runs. This is also great because it points out some additional variables in your experiment that you need to be controlling or perhaps they simply aren’t under your control. Either way, it’s important to understand and be able to explain possible reasons for the variation.

Best of luck with your project.
Mike
hhemken
Former Expert
Posts: 266
Joined: Mon Oct 03, 2005 3:16 pm

Re: Need help on a small issue in my experiment

Post by hhemken »

mmpabc200,

You definitely want to measure it several times. There will be issues such as caching of data by the browser, by the web server, and any proxy machines that may exist between the server and the browser. You may wish to test each page load at least 10 times and throw out the first two or three in each run so that you get stable results. Try googling these keywords to get a feel for what's going on:

Code: Select all

web page caching
You also should do a Student's t-Test on the results, testing each browser against each of the others. See:

http://udel.edu/~mcdonald/statttest.html
http://studentsttest.com/
http://www.usablestats.com/calcs/2samplet
Heinz Hemken
Mentor
Science Buddies Expert Forum
Locked

Return to “Grades 9-12: Math and Computer Science”