class RegrSYY(y, x)
[source]
Returns sum(y^2) - sum(y)^2/N
(“sum of squares” of the dependent variable) as a float
, or None
if there aren’t any matching rows.
class RegrSYY(y, x)
[source]
Returns sum(y^2) - sum(y)^2/N
(“sum of squares” of the dependent variable) as a float
, or None
if there aren’t any matching rows.
Please login to continue.