BoxCox {FitAR} | R Documentation |
The function is implemented as a generic function with methods for classes "FitAR", "Arima", "ts" and "numeric".
BoxCox(object, ...)
object |
model object |
... |
optional arguments |
No value returned. Graphical output is produced as side-effect. The plot shows relative likelihood function as well as the MLE and a confidence interval.
The MASS package has a similar function boxcox but this is implemented only for regression and analysis of variance.
A.I. McLeod and Y. Zhang
BoxCox.Arima
,
BoxCox.FitAR
,
BoxCox.ts
,
BoxCox.numeric
BoxCox(lynx) out<-FitAR(lynx, c(1,2,4,10,11), ARModel="ARp", MLEQ=FALSE) BoxCox(out) out<-FitAR(lynx, c(1,2,4,5,7,8,10,11,12)) BoxCox(out)