A row in an ANOVA table.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class AnovaRow
Public Class AnovaRow
public ref class AnovaRow
type AnovaRow = class end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| DegreesOfFreedom |
Gets the degrees of freedom associated with the row.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SumOfSquares |
Gets the sum of squares contributed by the row.
| |
| ToString()()()() | (Inherited from Object.) |
Remarks
An ANOVA seperates the variance associated with one or more sources into "rows", each of which has an associated sum of square deviations and number of degrees of freedom.
It is used in properties of the OneWayAnovaResult class.
Inheritance Hierarchy
System..::..Object
Meta.Numerics.Statistics..::..AnovaRow
Meta.Numerics.Statistics..::..AnovaTestRow
Meta.Numerics.Statistics..::..AnovaRow
Meta.Numerics.Statistics..::..AnovaTestRow