Returns the ANOVA values as an array.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetArray()
Visual Basic (Declaration)
Public Function GetArray As Double()
Visual C++
public:
array<double>^ GetArray()

Return Value

A double[15] array containing the following values.

indexValue
0Degrees of freedom for model
1Degrees of freedom for error
2Total degrees of freedom
3Sum of squares for model
4Sum of squares for error
5Total sum of squares
6Model mean square
7Error mean square
8F statistic
9p-value
10R-squared (in percent)
11Adjusted R-squared (in percent)
12Estimated standard deviation of the model error
13Mean of the response (dependent variable)
14Coefficient of variation (in percent)

See Also