FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Chart Namespace / RegressionStatistics Class / Sse Property

In This Topic
    Sse Property (RegressionStatistics)
    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 System.Double
    public System.double Sse {get;}
    See Also