Linearize non linear function

176 Views Asked by At

Is it possible to linearize the function $f(x) = 1-exp(\frac{x}{b})$ so that one could use it in a linear regression?

1

There are 1 best solutions below

3
On

In linear regression usually exponential functions are logarithmized: $$ \log(1-f(x))=x/b$$ Don't know if it helps in your case. Google: Linear regression, transformations.