IVarianceAnalysisUnbiasedEstimation

Description

The IVarianceAnalysisUnbiasedEstimation interface returns the results of variance analysis: unbiased estimation of the sum of squared residuals.

Use the BetweenGroup and WithinGroup properties to get results for single-factor analysis.

Use the Accuracy, Columns, and Rows properties to get results for two-factor analysis.

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 WithinGroup property returns the value within groups.

See also:

Stat Assembly Interfaces | ISmVarianceAnalysis