class RegrIntercept(y, x)
[source]
Returns the y-intercept 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 RegrIntercept(y, x)
[source]
Returns the y-intercept 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.