Click or drag to resize

TwoWayAnovaResult Class

Represents the result of a two-factor analysis of variance.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsTwoWayAnovaResult

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class TwoWayAnovaResult

The TwoWayAnovaResult type exposes the following members.

Properties
  NameDescription
Public propertyColumnFactor
Gets the variance associated with the effect of the column factor.
Public propertyInteraction
Gets the variance associated with the effect of the interaction of the row and column factors.
Public propertyResidual
Gets the variance associated with the unpredicted residuals.
Public propertyRowFactor
Gets the variance associated with the effect of the row factor.
Public propertyTotal
Gets the total variance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also