class RegrSlope(y, x)
[source]
Returns the slope of the least-squares-fit linear equation determined by the (x, y)
pairs as a float
, or None
if there aren’t any matching rows.
class RegrSlope(y, x)
[source]
Returns the slope of the least-squares-fit linear equation determined by the (x, y)
pairs as a float
, or None
if there aren’t any matching rows.
Please login to continue.