Skip to content

Commit

Permalink
presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed May 23, 2024
1 parent 396a1fb commit 3d434ad
Show file tree
Hide file tree
Showing 21 changed files with 2,523 additions and 50 deletions.
File renamed without changes
Binary file added bsvars_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
765 changes: 752 additions & 13 deletions index-speaker.html

Large diffs are not rendered by default.

765 changes: 752 additions & 13 deletions index.html

Large diffs are not rendered by default.

1,016 changes: 1,005 additions & 11 deletions index.qmd

Large diffs are not rendered by default.

Binary file added index_files/figure-revealjs/ex_csd-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_csd-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_fev-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_fore-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_fv-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_hd-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_irf-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ex_ss-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/lt_irf-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/oz_data-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/plot_cv_prior-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/ur_irf-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-revealjs/us_data-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion oz_empirical/bsvars_lr.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ save(

# estimation results
############################################################
# rm(list = ls())
rm(list = ls())
library(bsvars)
# model = "lr"
model = "lr_ex_p12"
Expand Down
23 changes: 12 additions & 11 deletions oz_empirical/bsvars_ur_p12.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,19 @@ save(
)


# # estimation results
# ############################################################
# rm(list = ls())
# library(bsvars)
# estimation results
############################################################
rm(list = ls())
library(bsvars)
# model = "lr_ur_rw"
# load(paste0("bsvars_",model,".rda"))
#
# soe_bsvar_sv |> compute_impulse_responses(horizon = 24) |> plot(probability = 0.68)
# soe_bsvar_sv |> compute_variance_decompositions(horizon = 24) |> plot()
model = "ur_p12"
load(paste0("bsvars_",model,".rda"))

soe_bsvar_sv |> compute_impulse_responses(horizon = 24) |> plot(probability = 0.68)
soe_bsvar_sv |> compute_variance_decompositions(horizon = 24) |> plot()
# soe_bsvar_sv |> compute_historical_decompositions() |> plot()
# soe_bsvar_sv |> compute_fitted_values() |> plot(probability = 0.68)
# soe_bsvar_sv |> compute_structural_shocks() |> plot(probability = 0.68)
# soe_bsvar_sv |> compute_conditional_sd() |> plot(probability = 0.68)
soe_bsvar_sv |> compute_fitted_values() |> plot(probability = 0.68)
soe_bsvar_sv |> compute_structural_shocks() |> plot(probability = 0.68)
soe_bsvar_sv |> compute_conditional_sd() |> plot(probability = 0.68)


2 changes: 1 addition & 1 deletion oz_empirical/oz_empirical.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sshpass -e scp oz_empirical/*.R twozniak@spartan.hpc.unimelb.edu.au:/data/projec
sshpass -e scp oz_empirical/*.slurm twozniak@spartan.hpc.unimelb.edu.au:/data/projects/punim0093/bsvars_mcxs/

# Download and upload RData files
scp twozniak@spartan.hpc.unimelb.edu.au:/data/projects/punim0093/bsvars_mcxs/bsvars_lr_ex_p4.rda oz_empirical/
scp twozniak@spartan.hpc.unimelb.edu.au:/data/projects/punim0093/bsvars_mcxs/bsvars_ur_p12.rda oz_empirical/

# working with svar_betel on spartan
#################################################
Expand Down

0 comments on commit 3d434ad

Please sign in to comment.