Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / RegressionStatistics Class / Sse Property

In This Topic
    Sse Property
    In This Topic
    Gets the sum of squares error (SSE) also known as residual sum of squares (RSS).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sse As Double
    public double Sse {get;}
    See Also