IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Statistics.AnovaTestRow Class Reference

A row in an ANOVA table for which an F-test is available. More...

+ Inheritance diagram for Meta.Numerics.Statistics.AnovaTestRow:
+ Collaboration diagram for Meta.Numerics.Statistics.AnovaTestRow:

Properties

TestResult Result [get]
 Gets the result of an F-test measuring the significance of the row. More...
 
- Properties inherited from Meta.Numerics.Statistics.AnovaRow
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
 

Detailed Description

A row in an ANOVA table for which an F-test is available.

See also
OneWayAnovaResult

Member Data Documentation

OneWayAnovaResult Meta.Numerics.Statistics.AnovaTestRow.result
private

Property Documentation

TestResult Meta.Numerics.Statistics.AnovaTestRow.Result
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().


The documentation for this class was generated from the following file: