R/models.R
MarginalModel.Rd
Creates a forecast based on the empirical marginal distribution using the mean of the p most recent observations.
MarginalModel(p = NULL)
Number of most recent observations to use (default: all observations)
A MarginalModel object
if (FALSE) { # \dontrun{ model <- MarginalModel(p = 10) } # }