mmf.Rd
Title
mmf( y, h = 5, level = c(80, 95), method = c("mean", "median"), fan = FALSE, lambda = NULL, biasadj = FALSE, ... )
par(mfrow=c(2, 2)) plot(mmf(Nile)) plot(mmf(Nile, method = "median")) plot(mmf(AirPassengers, method = "median")) plot(mmf(AirPassengers))