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