AnovaResult Class
Represents the results of an ANOVA statistical test.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | AnovaResult() | Initializes a new instance of the AnovaResult class. |
| Name | Description | |
|---|---|---|
![]() | DegreeOfFreedomBetweenGroups | Gets the degree of freedom between groups. |
![]() | DegreeOfFreedomTotal | Gets the total degree of freedom. |
![]() | DegreeOfFreedomWithinGroups | Gets the degree of freedom within groups. |
![]() | FCriticalValue | Gets the F-critical value. |
![]() | FRatio | Gets the F ratio. |
![]() | MeanSquareVarianceBetweenGroups | Gets the mean square variance between groups. |
![]() | MeanSquareVarianceWithinGroups | Gets the mean square variance within groups. |
![]() | SumOfSquaresBetweenGroups | Gets the sum of the squares between groups. |
![]() | SumOfSquaresTotal | Gets the total sum of the squares. |
![]() | SumOfSquaresWithinGroups | Gets the sum of the squares within groups. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


