Anova Model Row Class
Definition
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public class AnovaModelRow : AnovaRow
Remarks
Use an AnovaModelRow object to represent a row in an AnovaTable. that compares the contribution of a component of the model to the variation in the data to the contribution of the variation that is not explained by the model.
AnovaModelRow inherits from AnovaRow. Two extra properties provide access to the result of this comparison.
The FStatistic property returns the F statistic for the ratio of the contributions of the variances. The PValue property gets the p-value associated with the F-statistic, and gives an indication of the significance of the contribution of the factor to the variation in the data.
The CompleteModelRow and property and the GetModelRow(Int32) method return objects of type AnovaModelRow.
AnovaModelRow objects can't be constructed independently. They are created automatically when the model is computed.
Properties
Caption |
Gets or sets the caption for this AnovaRow.
(Inherited from AnovaRow) |
Degrees |
Gets the number of degrees of freedom of the row.
(Inherited from AnovaRow) |
FStatistic | Gets the value of the F statistic associated with this AnovaRow. |
Mean |
Gets the mean square.
(Inherited from AnovaRow) |
PValue | Gets the significance level (probability) associated with this AnovaRow. |
Row |
Gets the AnovaRowType for the row.
(Inherited from AnovaRow) |
Sum |
Gets the sum of squares.
(Inherited from AnovaRow) |
Methods
Equals | 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) |
Get | Returns a FTest object that can be used to perform further analysis on the model component. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a String representation of this instance.
(Overrides AnovaRow.ToString()) |