flowers_holdout: Flowers time series (holdout)

flowers_holdoutR Documentation

Flowers time series (holdout)

Description

A data frame containing a single synthetic time series with monthly observations ranging from January 2022 through December 2022. This is a continuation of the flowers dataset, generated based on a single data generating process. Can be used to evaluate models trained on the flowers data.

Usage

flowers_holdout

Format

flowers_holdout

A data frame with 12 rows and 2 columns:

date

The month formatted as date using the first day of the month

flowers

The time series observation

Details

The values represent some non-negative counts and have anomalies as final two observations.

See Also

flowers

Examples


plot(rbind(tulip::flowers, tulip::flowers_holdout), col = "white")
abline(v = as.Date("2021-12-15"), lty = 2)
lines(tulip::flowers, type = "l", col = "grey")
lines(tulip::flowers_holdout, type = "l", col = "grey")
points(tulip::flowers, pch = 19, cex = 0.5)
points(tulip::flowers_holdout, pch = 19, cex = 0.5)


timradtke/heuristika documentation built on April 24, 2023, 1:55 a.m.