residuals.fbl_prophet {fable.prophet}R Documentation

Extract model residuals

Description

Extracts the residuals from an estimated Prophet model.

Usage

## S3 method for class 'fbl_prophet'
residuals(object, ...)

Arguments

object

The time series model used to produce the forecasts

...

Additional arguments for forecast model methods.

Value

A vector of residuals.


[Package fable.prophet version 0.1.0 Index]