class RegrAvgY(y, x)
[source]
Returns the average of the dependent variable (sum(y)/N
) as a float
, or None
if there aren’t any matching rows.
class RegrAvgY(y, x)
[source]
Returns the average of the dependent variable (sum(y)/N
) as a float
, or None
if there aren’t any matching rows.
Please login to continue.