IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A row in an ANOVA table. More...
Properties | |
double | SumOfSquares [get, private set] |
Gets the sum of squares contributed by the row. More... | |
int | DegreesOfFreedom [get, private set] |
Gets the degrees of freedom associated with the row. More... | |
A row in an ANOVA table.
An ANOVA seperates the variance associated with one or more sources into "rows", each of which has an associated sum of square deviations and number of degrees of freedom.
It is used in properties of the OneWayAnovaResult class.
|
getprivate set |
Gets the sum of squares contributed by the row.
Referenced by Test.SampleTest.AnovaTest().
|
getprivate set |
Gets the degrees of freedom associated with the row.
Referenced by Test.SampleTest.AnovaTest().