R/ic_holiday_matrix_fcst.r

#' Regression matrix with default holiday regressors for IC, with forecasts
#'
#' A matrix object with the default holiday regression matrix used for the default model of 
#' IC in the factional airline model fit to the weekly initial unemployment claims data,
#' extended with 104 weeks of forecasts
#'
#' @format A 1044 x 13 matrix with regressors in each column. The first 10 columns are regular holidays:
#' \describe{
#'   \item{ny}{New Years Day Holiday}
#'   \item{mlk}{MLK Holiday}
#'   \item{president}{Presidents Day Holiday}
#'   \item{easter}{Easter Holiday}
#'   \item{memorial}{Memorial Day Holiday}
#'   \item{july4}{July 4th Holiday}
#'   \item{labor}{Labor Day Holiday}
#'   \item{columbus}{Columbus Day Holiday}
#'   \item{veteran}{Veteran's Day Holiday}
#'   \item{thanksgiving}{Thanksgiving Holiday}
#' }
#' The next 3 columns are special holidays:
#' \describe{
#'   \item{july4_wed}{July 4th falls on a Wednesday}
#'   \item{xmas_w53}{Christams falls in the 53rd week}
#'   \item{xmas_fri}{Christmas falls on a Friday}
#' }
#'
"ic_holiday_matrix_fcst"
bcmonsell/airutilities documentation built on May 16, 2022, 3:23 p.m.