-
Notifications
You must be signed in to change notification settings - Fork 78
/
index.html
21 lines (13 loc) · 1.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166527191-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-166527191-2');
</script>
<P><FONT size=2 face="Andale Mono"><SPAN style="FONT-FAMILY: verdana"><FONT color=black>The empirical macro toolbox is a new package that contains MATLAB functions and routines to estimate VARs, FAVARs, local projections and other models with classical or Bayesian methods. The toolbox allows a researcher to conduct inference under various prior assumptions on the parameters, to produce point and density forecasts, and to trace out the causal effect of shocks using a number of identification schemes. The toolbox is equipped to handle missing observations. It can also deal with panels of time series. We describe the methodology employed and implementation of the functions. We illustrate the main features with a number of practical examples.</P>
<P><FONT size=2 face="Andale Mono"><SPAN style="FONT-FAMILY: verdana"><a href="https://github.com/naffe15/BVAR_/blob/master/Documentation_.pdf"><FONT color=black>A hitchhiker guide to empirical macro models (Reference Document)<FONT color=black></span></a></span><FONT size=2 face="Andale Mono"><SPAN style="FONT-FAMILY: verdana"> by Ferroni F. and Canova F.</font></font></P>
<P><FONT size=2 face="Andale Mono"><SPAN style="FONT-FAMILY: verdana"><FONT color=black></FONT></SPAN><A style="FONT-FAMILY: verdana" href="https://github.com/naffe15/BVAR_" name="" target=_blank><FONT color=black>Go to Toolbox</FONT></A><SPAN style="FONT-FAMILY: verdana"><FONT color=black></P>
</html>