Returns the ANOVA values as an array.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double[] GetArray()
Public Function GetArray As Double()
public:
array<double>^ GetArray()
member GetArray : unit -> float[]
Return Value
Type:
Double
A
double[15] array containing the following values.
| index | 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