From d77423214304e7cf764d99a3e398e415b8f674cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kir=C3=A1ly?= Date: Thu, 10 Mar 2016 15:22:09 +0100 Subject: [PATCH] Remove SE.mean, CI.mean, Variance and conefficient variation. --- index.tpl.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/index.tpl.php b/index.tpl.php index 22aae06..54e307d 100644 --- a/index.tpl.php +++ b/index.tpl.php @@ -45,10 +45,7 @@
Range
The difference between minimum and maximum.
Median
The median (middle) value.
Meam
The mean (avarage) of the scores.
-
SE.mean
Standard error of the mean
-
CI.mean
Confidence interval on the mean
Standard deviation
Standard deviation - the amount of variation of a set. Close to 0 indicates that the data points tend to be very close to the mean of the set, while a high standard deviation indicates that the data points are spread out over a wider range of values.
-
Coefficient variation
Coefficient of variation a standardized measure of dispersion of a probability distribution or frequency distribution.
@@ -70,11 +67,7 @@ Range Median Mean - SE.mean - CI.mean - Variance Standard deviation - Coefficient variation @@ -87,11 +80,7 @@ range ?> median ?> mean ?> - {'SE.mean'} ?> - {'CI.mean.0.95'} ?> - var ?> {'std.dev'} ?> - {'coef.var'} ?>