Skip to content

Commit

Permalink
Merge pull request #29 from n-kall/arr2-fix
Browse files Browse the repository at this point in the history
fix ARR2 path and reference
  • Loading branch information
n-kall authored Sep 17, 2024
2 parents edd7202 + 143d3ad commit 8df26cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoregression/arr2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ARR2

## Description

Like the R2-D2 prior [@r2d2] but for autoregression.
Developed by [@kohnsARR2PriorFlexible2024a], it is similar to the R2-D2 prior [@zhangBayesianRegressionUsing2022a] but for autoregression.

## Definition

Expand All @@ -26,5 +26,5 @@ $$

## Stan code

```{.stan include="stan/arr2.stan"}
```{.stan include="../stan/arr2.stan"}
```
16 changes: 16 additions & 0 deletions references.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@online{kohnsARR2PriorFlexible2024a,
title = {The {{ARR2}} Prior: Flexible Predictive Prior Definition for {{Bayesian}} Auto-Regressions},
shorttitle = {The {{ARR2}} Prior},
author = {Kohns, David and Kallioinen, Noa and McLatchie, Yann and Vehtari, Aki},
date = {2024-05-31},
eprint = {2405.19920},
eprinttype = {arXiv},
eprintclass = {econ, stat},
url = {http://arxiv.org/abs/2405.19920},
urldate = {2024-09-17},
abstract = {We present the ARR2 prior, a joint prior over the auto-regressive components in Bayesian time-series models and their induced \$R\textasciicircum 2\$. Compared to other priors designed for times-series models, the ARR2 prior allows for flexible and intuitive shrinkage. We derive the prior for pure auto-regressive models, and extend it to auto-regressive models with exogenous inputs, and state-space models. Through both simulations and real-world modelling exercises, we demonstrate the efficacy of the ARR2 prior in improving sparse and reliable inference, while showing greater inference quality and predictive performance than other shrinkage priors. An open-source implementation of the prior is provided.},
pubstate = {prepublished},
keywords = {Economics - Econometrics,Statistics - Computation}
}


@article{vanzwetDefaultPriorRegression2018,
title = {A Default Prior for Regression Coefficients},
author = {{van Zwet}, Erik},
Expand Down

0 comments on commit 8df26cf

Please sign in to comment.