library(tidyverse) library(tsibble) library(readabs) library(raustats)Australian data analysts will know how frustrating it is to work with time series data from the Australian Bureau of Statistics. They are stored as multiple ugly Excel files (each containing multiple sheets) with inconsistent formatting, embedded comments, meta data stored along with the actual data, dates stored in ... [Read more...]
library(tidyverse) library(tsibble) library(lubridate) library(feasts) library(fable)In my previous post about the new fable package, we saw how fable can produce forecast distributions, not just point forecasts. All my examples used Gaussian (normal) distributions, so in this post I want to show how non-Gaussian forecasting can be done. As an example, we will use eating-out ...
Copyright © 2022 | MH Corporate basic by MH Themes