View source: R/methods-fable.R
residuals.ESN | R Documentation |
Extract residuals from a trained ESN as tsibble
.
## S3 method for class 'ESN'
residuals(object, ...)
object |
An object of class |
... |
Currently not in use. |
Residuals extracted from the object.
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
residuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.