I was reading the online version of Forecasting: principles and practice by Rob J Hyndman and George Athanasopoulos. I found this sentence about STL decomposition and the BoxCox transformation:
"Decompositions some way between additive and multiplicative can be obtained using a Box-Cox transformation of the data with 0<λ<1. A value of λ=0 corresponds to the multiplicative decomposition while λ=1 is equivalent to an additive decomposition."
My question is: why is it just lambda in that range could be a valid option? Why couldn't lambda equal -0.5 or 2?