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