Skip to content

youssefattia98/Research-Track-II-1.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Statistical Analysis

This repo shows a statistical analysis done between a studnet algorithm and the professor algorithm. The robot simulation have a lot of aspects to be noticed but here the following aspects will be compared:

  1. Lap speed.
  2. Times near to gold.
  3. Laps completed and not completed.

First of all, each code was run for 30 complete laps with screen record on to be able to connect data. All the data collected can be found in the excel file in this repo. After the data was collected the following testes was done. Please note that all test runs where in the same conditions and same PC to make sure that they are as near as possible as the simulation is CPU speed dependent, that means running the same code on different PC will output a different lap speed and so on.

1.Lap speed:

For these data a parametric test must be held and T-test was chosen for its simplicity.

Firstly, lets set the hypothesis:
Untitled

Secondly, lets list the data obtained: Untitled next step is to calculate The pooled, estimated variance of the sampling distribution of the difference as following: Untitled
Calculating the estimated SE of the sampling distribution of the difference equal to 6.968670998 and the the t is calculated to be found as: 11.96306537 Comparing the t to the T-table:
Untitled
Therefore, the null hypothesis is neglected and it is said that the professor code is faster.

2.Times near to gold:

For these data a parametric test must be held and T-test was chosen for its simplicity as the prvious example, the calculations can be found in the excel file. But lets set the hypothesis as follwing:
Untitled
Furtheremore, the t calculated is found to be: 2.177881632
Therefore, the null hypothesis is not neglectable and it is said that both algorithms perform similarly.

3.Laps completed and not completed:

This test is really crucial as it is what actually defines which algorithm is better and which is not, as from this test it can be said the robot completed it mission or not.
First of all, it was noted that the professor’s algorithm had to be re-runed for 4 times during the 30 laps trial as it either entered in an infit loop or went in the wrong direction. on the other hand the stundet's algortithm was able to complete the 30 laps non-stop without hitting any golden token or changing the direction.

The video bellow shows the professor algorithm after hitting a golden token and going in the wrong direction:

New.video.mp4

The data collected is as follows:
Untitled
A Chi test is choosen for this type of data as it is non-parametric test is needed
lets set the hypothesis as follows:
170802269-fa019cf5-b7e8-4325-bb72-6ee22fe5a9d5
Now lets calculate x squared:
Untitled
looking at the table:
Untitled
Therefore, the null hypothesis is neglectable and it is said that student algorithm performs better.

Conclusion:

In conclusion and from the previous test done, it is said the the student algorithm is better as it can achive the main goal then the professor algorithm, even if the professor algorithm can complete its laps faster yet this was not the main goal of the robot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published