Returns an array containing the one-way analysis of covariance
assuming parallelism.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetANCOVA()
Public Function GetANCOVA As Double()
public:
array<double>^ GetANCOVA()
member GetANCOVA : unit -> float[]
Return Value
Type:
Double
A
double array of length 15 containing the following values:
index | ANCOVA Table Value |
---|
0 | Degrees of freedom for model |
1 | Degrees of freedom for error |
2 | Total degrees of freedom |
3 | Sum of squares for model |
4 | Sum of squares for error |
5 | Total sum of squares |
6 | Model mean square |
7 | Error mean square |
8 | F statistic |
9 | p-value |
10 | R-squared (in percent) |
11 | Adjusted R-squared (in percent) |
12 | Estimated standard deviation of the model error |
13 | Mean of the response (dependent variable) |
14 | Coefficient of variation (in percent) |
See Also