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.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] Compute()
Public Function Compute As Double()
public:
array<double>^ Compute()
member Compute : unit -> float[]
Return Value
Type:
Double
A
double array containing the parallelism tests for the
one-way analysis of covariance organized as follows:
index | Description |
---|
0 | Extra degrees of freedom for model not assuming
parallelism. |
1 | Degrees of freedom for error for model not assuming
parallelism. |
2 | Degrees of freedom for error for model assuming
parallelism. |
3 | Extra sum of squares for model not assuming
parallelism. |
4 | Sum of squares for error for model not
assuming parallelism. |
5 | Sum of squares for error for model assuming
parallelism. |
6 | Mean square for index = 0. |
7 | Mean square for index = 1. |
8 | F statistic |
9 | p-value |
See Also