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