Description Usage Arguments Value Examples
Return accuracy statistics for the forecast model. See accuracy
1 | tsSummary(P, A)
|
P |
forecast object |
A |
data vector of sample for testing. Must have same length as P |
accuracy data.frame
1 2 3 4 | fcnm <- forecastMethod(lynx)
fun <- get(fcnm[[1]])
fit <- fun(AirPassengers, h=10, onlyfc = FALSE)
class(out <- tsSummary(fit))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.