A power model y = a * x^b can be linearized by taking logs of both sides.
Which transformation produces a linear relationship?
- A
y vs log(x)
- B
log(y) vs x
- C
y^2 vs x
- Dcheck_circle
log(y) vs log(x)
Explanation
log(y) = log(a) + b * log(x) is linear in log(x) and log(y).