Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub SetAnovaModelRow ( _
index As Integer, _
caption As String, _
degreesOfFreedom As Double, _
sumOfSquares As Double _
) |
| C# |
|---|
protected void SetAnovaModelRow (
int index,
string caption,
double degreesOfFreedom,
double sumOfSquares
) |
| C++ |
|---|
protected:
void SetAnovaModelRow (
int index,
String^ caption,
double degreesOfFreedom,
double sumOfSquares
) |
Parameters
- index (System.Int32)
- A zero-based index of the row.
- caption (System.String)
- The caption used as the row header.
- degreesOfFreedom (System.Double)
- The degrees of freedom associated with the row.
- sumOfSquares (System.Double)
- The sum of squares associated with the row.