set_dl | R Documentation |
Set DL hyperparameters for VAR or VHAR coefficient and contemporaneous coefficient.
set_dl(dir_grid = 100L, shape = 0.01, scale = 0.01)
## S3 method for class 'dlspec'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
is.dlspec(x)
dir_grid |
Griddy gibbs grid size for Dirichlet hyperparameter |
shape |
Inverse Gamma shape |
scale |
Inverse Gamma scale |
x |
Any object |
digits |
digit option to print |
... |
not used |
dlspec
object
Bhattacharya, A., Pati, D., Pillai, N. S., & Dunson, D. B. (2015). Dirichlet-Laplace Priors for Optimal Shrinkage. Journal of the American Statistical Association, 110(512), 1479-1490.
Korobilis, D., & Shimizu, K. (2022). Bayesian Approaches to Shrinkage and Sparse Estimation. Foundations and TrendsĀ® in Econometrics, 11(4), 230-354.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.