50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

Rfssa (version 3.1.0)

print.fforecast: Custom Print Method for FSSA Forecast (fforecast) class

Description

This custom print method is designed for objects of the FSSA Forecast (fforecast) class. It provides a summary of the fforecast object.

Usage

# S3 method for fforecast
print(x, ...)

Arguments

x

an object of class "fforecast" to be printed.

...

further arguments passed to or from other methods.

Examples

Run this code
# Example with one-dimensional domain
data("Callcenter")
# FSSA Decomposition step:
fssa_results <- fssa(Callcenter, L = 28)

# Perform FSSA R-forecasting
pr_R <- fforecast(U = fssa_results,
                  groups = c(1:3),
                  len = 14,
                  method = "recurrent")
print(pr_R)

Run the code above in your browser using DataLab