slackbuilds/libraries/tamu_anova
Petar Petrov ec514e32c4 Multiple: update email, year and slack-desc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README libraries/tamu_anova: Fixed dep information 2012-08-26 18:53:25 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
tamu_anova.SlackBuild Multiple: update email, year and slack-desc 2016-01-17 09:40:16 +07:00
tamu_anova.info Multiple: update email, year and slack-desc 2016-01-17 09:40:16 +07:00

README

ANOVA, or Analysis of Variance, is a method for comparing levels of 
some continuous response variable between different groups. The main 
idea is to compare variation within each group to variation between 
the groups; if the groups vary considerably from one group to another 
in comparison to the within group variation, we can reject the null 
hypothesis that all the groups have similar levels of the response 
variable.

TAMU ANOVA contains both single and two factor ANOVA. Use of the 
package can be facilitated through linking to the compiled library 
tamuanova. The package function definitions are accessible through 
tamu_anova.h. The program must still be linked to the GSL (see GSL 
documentation on linking and compiling.)