Returns an array containing the one-way analysis of covariance assuming parallelism.

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

Syntax

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

Return Value

A double array of length 15 containing the following values:

indexANCOVA Table Value
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