Various cleanups.
[gnumeric.git] / po / README.analysis
blobea8346e70973b147709c2a0f1dc437b245591207
1 Here is a short description of the analysis-tools:
3 SS = Sum of Squares
4 MS = Mean Square   (MS = SS/df)
5 df = degree of freedom
7 Multiple R = Multiple Regression
8 R Square   = coefficient of determination, but in some langs mathematics
9              use R^2, so ask you math teacher :)
10 ANOVA      = ANalysis Of VAriance
12 Ask if you want :)
14 Valek <frob@df.ru> and Kenneth <kenneth@gnu.org>
15 Created with help from Pete.
17 t-test: technically called Student's t-test
18 F-test: used to test whether the variances of two samples are different
19 Named after Fischer
20 t-test: used to test whether the means of two samples are  different 
21 http://stat.ethz.ch/R-alpha/library/base/html/t.test.html
22 http://www.statsol.com/tools/stattools/ttestindependenttoolhelp.html