An interface to calculate various statistical information.
Located in /harmoni/core/utilities/StatisticsHandler.class.php (line 14)
Create a Add a handler with given information.
Return the discrimination value of the data. Discrimination is the difference between the mean value of the top 27% and the mean value of the bottom 27% calculated separately. In the case of test results the discrimination ranges from 0 to 100, so divide the result by 100 before printing.
Return the Discrimination of a different set in accordance to the base set.
The function will take the results of the original, calculate who got the top 27% of them and see how these compare to the results of the second data. The same will be done for the bottom 27%, after which the results will be substracted. This should be used if the original data is the overall results of the test and the second set is the results of one particular question.
Return the standard deviation of the data.
Check if all the data is numerically interpretable (only contains numbers and numeric strings)
Documentation generated on Wed, 19 Sep 2007 10:26:42 -0400 by phpDocumentor 1.3.0RC3