Performs one-way analysis of covariance assuming parallelism and returns an array containing the parallelism tests for the one-way analysis of covariance.

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

Syntax

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

Return Value

A double array containing the parallelism tests for the one-way analysis of covariance organized as follows:

indexDescription
0Extra degrees of freedom for model not assuming parallelism.
1Degrees of freedom for error for model not assuming parallelism.
2Degrees of freedom for error for model assuming parallelism.
3Extra sum of squares for model not assuming parallelism.
4Sum of squares for error for model not assuming parallelism.
5Sum of squares for error for model assuming parallelism.
6Mean square for index = 0.
7Mean square for index = 1.
8F statistic
9p-value

See Also