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.AnovaRow Class Reference

A row in an ANOVA table. More...

+ Inheritance diagram for Meta.Numerics.Statistics.AnovaRow:

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...
 

Detailed Description

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.

See also
OneWayAnovaResult

Property Documentation

double Meta.Numerics.Statistics.AnovaRow.SumOfSquares
getprivate set

Gets the sum of squares contributed by the row.

Referenced by Test.SampleTest.AnovaTest().

int Meta.Numerics.Statistics.AnovaRow.DegreesOfFreedom
getprivate set

Gets the degrees of freedom associated with the row.

Referenced by Test.SampleTest.AnovaTest().


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