powered by
This dataset contains time series data with actual values and corresponding confidence intervals.
confidence_intervals
A tibble with 368 rows and 7 variables:
Integer. The model ID.
Character. Description of the model.
Factor. The key indicating actual or forecast data.
Date. The date of the observation.
Numeric. The actual value.
Numeric. The lower bound of the confidence interval.
Numeric. The upper bound of the confidence interval.
data(confidence_intervals) head(confidence_intervals)
Run the code above in your browser using DataLab