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

In This Topic
    Ssr Property
    In This Topic
    Gets the sum of squares due to regression (SSR) also known as explained sum of squares (ESS).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ssr As Double
    public double Ssr {get;}
    See Also