I am trying to linearize the following exponential equation:
Y = (x1/(sqrt(2))(1 - exp^(x2D))
in which x1 and x2 are coefficients, D is the independent variable, and Y is the dependent variable. Would the correct form just be:
ln(Y) = x2*D
thank you!