Summary
Defines one-way ANOVA statistics parameters.
Unit
Regress
Declaration
TANOVA1Result = packed record
SS1,SS2, SSTotal : TSample;
Deg1,Deg2,DegTotal : TSample;
MS1,MS2 : TSample;
FDist,FCrit : TSample;
end;
Description
This structured type defines following
ANOVA1 routine statistical parameters:
- SS1 Sum of squares (source of variation between groups)
- SS2 Sum of squares (source of variation within groups)
- SSTotal Sum of squares (total)
- Deg1 Degrees of freedom (source of variation between groups)
- Deg2 Degrees of freedom (source of variation within groups)
- DegTotal Degrees of freedom (total)
- MS1 Mean squares (source of variation between groups), where MS1 = SS1/Deg1
- MS2 Mean squares (source of variation within groups), where MS2 = SS2/Deg2
- FDist F statistics (the ratio of MS1 and MS2)
- FCrit Critical F value
Categories
ANOVA routines.Regression routines.| Copyright 2008 Dew Research |
http://www.dewresearch.com