ResidualsResultSumOfSquaredResiduals Property |
Gets the sum of the squares of all residuals.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public abstract double SumOfSquaredResiduals { get; }
Public MustOverride ReadOnly Property SumOfSquaredResiduals As Double
Get
public:
virtual property double SumOfSquaredResiduals {
double get () abstract;
}
abstract SumOfSquaredResiduals : float with get
Property Value
Type:
DoubleThe sum of the squares of all
Residuals.
See Also