Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
danigiro committed Aug 18, 2024
1 parent dd98e42 commit a13a71f
Show file tree
Hide file tree
Showing 33 changed files with 51 additions and 50 deletions.
4 changes: 2 additions & 2 deletions R/boot.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ csboot <- function(model_list, boot_size, block_size, seed = NULL){
#' @references
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2023), Cross-temporal
#' probabilistic forecast reconciliation: Methodological and practical issues.
#' \emph{International Journal of Forecasting}, in press. \doi{10.1016/j.ijforecast.2023. 10.003}
#' \emph{International Journal of Forecasting}, in press. \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' @family Bootstrap samples
#' @family Framework: temporal
Expand Down Expand Up @@ -135,7 +135,7 @@ teboot <- function(model_list, boot_size, agg_order, block_size = 1, seed = NULL
#' @references
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2023), Cross-temporal
#' probabilistic forecast reconciliation: Methodological and practical issues.
#' \emph{International Journal of Forecasting}, in press. \doi{10.1016/j.ijforecast.2023. 10.003}
#' \emph{International Journal of Forecasting}, in press. \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' @family Bootstrap samples
#' @family Framework: cross-temporal
Expand Down
2 changes: 1 addition & 1 deletion R/cov_cs.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' Wickramasuriya, S.L., Athanasopoulos, G. and Hyndman, R.J. (2019), Optimal forecast
#' reconciliation for hierarchical and grouped time series through trace minimization,
#' \emph{Journal of the American Statistical Association}, 114, 526, 804-819.
#' \doi{10.1080/01621459. 2018.1448825}
#' \doi{10.1080/01621459.2018.1448825}
#'
#' @export
cscov <- function(comb = "ols", n = NULL, agg_mat = NULL, res = NULL, mse = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion R/cov_ct.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2024),
#' Cross-temporal probabilistic forecast reconciliation: Methodological and
#' practical issues. \emph{International Journal of Forecasting}, 40, 3, 1134-1151.
#' \doi{10.1016/j.ijforecast.2023. 10.003}
#' \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' @examples
#' set.seed(123)
Expand Down
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2024),
#' Cross-temporal probabilistic forecast reconciliation: Methodological and
#' practical issues. \emph{International Journal of Forecasting}, 40, 3, 1134-1151.
#' \doi{10.1016/j.ijforecast.2023. 10.003}
#' \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' Wickramasuriya, S.L., Athanasopoulos, G. and Hyndman, R.J. (2019), Optimal forecast
#' reconciliation for hierarchical and grouped time series through trace minimization,
#' \emph{Journal of the American Statistical Association}, 114, 526, 804-819.
#' \doi{10.1080/ 01621459.2018.1448825}
#' \doi{10.1080/01621459.2018.1448825}
#'
#' @source <https://robjhyndman.com/publications/mint/>
"vndata"
Expand Down
2 changes: 1 addition & 1 deletion R/fun_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2024),
#' Cross-temporal probabilistic forecast reconciliation: Methodological and
#' practical issues. \emph{International Journal of Forecasting}, 40, 3, 1134-1151.
#' \doi{10.1016/j.ijforecast.2023. 10.003}
#' \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' @family Utilities
#' @rdname residuals
Expand Down
2 changes: 1 addition & 1 deletion R/proj_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2024),
#' Cross-temporal probabilistic forecast reconciliation: Methodological and
#' practical issues. \emph{International Journal of Forecasting}, 40, 3, 1134-1151.
#' \doi{10.1016/j.ijforecast.2023. 10.003}
#' \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' @examples
#' # Cross-sectional framework
Expand Down
4 changes: 2 additions & 2 deletions R/reco_opt.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#' Wickramasuriya, S.L., Athanasopoulos, G. and Hyndman, R.J. (2019), Optimal forecast
#' reconciliation for hierarchical and grouped time series through trace minimization,
#' \emph{Journal of the American Statistical Association}, 114, 526, 804-819.
#' \doi{10.1080/ 01621459.2018.1448825}
#' \doi{10.1080/01621459.2018.1448825}
#'
#' Zhang, B., Kang, Y., Panagiotelis, A. and Li, F. (2023), Optimal reconciliation with
#' immutable forecasts, \emph{European Journal of Operational Research}, 308(2), 650–660.
Expand Down Expand Up @@ -467,7 +467,7 @@ terec <- function(base, agg_order, comb = "ols", res = NULL, tew = "sum",
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T. and Hyndman, R.J. (2024),
#' Cross-temporal probabilistic forecast reconciliation: Methodological and
#' practical issues. \emph{International Journal of Forecasting}, 40, 3, 1134-1151.
#' \doi{10.1016/j.ijforecast.2023. 10.003}
#' \doi{10.1016/j.ijforecast.2023.10.003}
#'
#' Hyndman, R.J., Ahmed, R.A., Athanasopoulos, G. and Shang, H.L. (2011),
#' Optimal combination forecasts for hierarchical time series,
Expand Down
15 changes: 8 additions & 7 deletions docs/articles/Replicate-the-thief-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
Replicate-the-hts-package: Replicate-the-hts-package.html
Replicate-the-thief-package: Replicate-the-thief-package.html
Temporal-forecast-reconciliation: Temporal-forecast-reconciliation.html
last_built: 2024-08-01T09:52Z
last_built: 2024-08-16T14:30Z
urls:
reference: https://danigiro.github.io/FoReco/reference
article: https://danigiro.github.io/FoReco/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cscov.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/csprojmat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/csrec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ctboot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ctcov.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a13a71f

Please sign in to comment.