Skip to content

Commit

Permalink
update exponential prior mean for df #11
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed Sep 9, 2024
1 parent 4e85ae1 commit 64faf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/specify_bvarpanel.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ specify_prior_bvarPANEL = R6::R6Class(
self$S_Sigma_inv = diag(N)
self$eta = N + 1
self$mu_Sigma = N + 1
self$lambda = 0.01385
self$lambda = 72
self$mu_m = 1
self$sigma2_m = 1
self$s_w = 1
Expand Down

0 comments on commit 64faf55

Please sign in to comment.