predictAR | R Documentation |
Description text
predictAR(
buildAR_obj,
pdays = 28,
nsim = 100,
skip = 0,
seed = NULL,
output_type = "all",
debug = FALSE
)
buildAR_obj |
An object output from the buildAR function |
pdays |
Number of days into the future to make predictions, default is 28 |
nsim |
Number of simulations, default is 100 |
skip |
Number of input values to skip, default is 0 |
seed |
Seed for random number generator |
output_type |
Type of output to predict, currently max, mean, or all are valid |
A data frame containing the specified output for each sim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.