IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A row in an ANOVA table for which an F-test is available. More...
Properties | |
TestResult | Result [get] |
Gets the result of an F-test measuring the significance of the row. More... | |
![]() | |
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... | |
Private Attributes | |
OneWayAnovaResult | result |
A row in an ANOVA table for which an F-test is available.
|
private |
|
get |
Gets the result of an F-test measuring the significance of the row.
Referenced by Test.SampleTest.AnovaDistribution(), Test.SampleTest.AnovaStudentAgreement(), and Test.SampleTest.AnovaTest().