powered by
BoxCox(x,lambda) InvBoxCox(x,lambda)
lynx.sqrt <- BoxCox(lynx,0.5) lynx.fit <- ar(lynx.sqrt) plot(forecast(lynx.fit,h=20),lambda=0.5)
Run the code above in your browser using DataLab