Deprecate one-argument use of `stats.linregress`

+1. It doesn’t seem worth the complexity of maintaining two separate APIs within one function just to save users the trouble of having to do stats.linregress(x[:, 0], x[:, 1]).

1 Like