IVarianceAnalysisDegreeOfFreedom

Description

The IVarianceAnalysisDegreeOfFreedom interface returns the results of variance analysis: the number of degrees of freedom.

The following properties return results for single factor analysis: BetweenGroup, WithinGroup, and Total.

The following properties return results for two-factor analysis: Accuracy, Columns, Rows, and Total.

Properties

  Property name Brief description
The Accuracy property returns the accuracy value.
The BetweenGroup property returns the value between groups.
The Columns property returns the value for columns.
The Rows property returns the value for rows.
The Total property returns the total values.
The WithinGroup property returns the value within groups.

See also:

Stat Assembly Interfaces | ISmVarianceAnalysis