Viewing a single comment thread. View all comments

Liamlah t1_iugh5f2 wrote

Looks like it flattens out just below 2
It's been a long time since I've done any stats, does it make sense to do a linear regression when the effect appears to have a ceiling like this?

8

glmory t1_iuhz640 wrote

There is no reason to expect this phenomenon to be linear, and the data doesn’t look particularly linear so it doesn’t really make sense.

3

dbabbitt OP t1_iuhhsca wrote

We could curve-fit to an exponential decay – what do you suggest? y0 - (yp - y0) * (1 - np.exp(-K * (x-X0)))?

1