TwoWayAnovaResultResidual Property |
Gets the variance associated with the unpredicted residuals.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public AnovaRow Residual { get; }
Public ReadOnly Property Residual As AnovaRow
Get
public:
virtual property AnovaRow^ Residual {
AnovaRow^ get () sealed;
}
abstract Residual : AnovaRow with get
override Residual : AnovaRow with get
Property Value
Type:
AnovaRowSee Also