Skip to content

Stata function to compute simultaneous sup-t confidence bands following Montiel Olea and Plagborg-Møller (2019)

License

Notifications You must be signed in to change notification settings

miikapaal/simultaneous_confidence_bands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing Simultaneous Confidence Bands in Stata

Simultaneous confidence bands are versatile tools for visualizing estimation uncertainty for parameter vectors (Montiel Olea and Plagborg-Møller 2019).

This repo houses a Stata function that computes the critical values underlying the simultaneous sup-t confidence bands proposed in Montiel Olea and Plagborg-Møller (2019).

Installation

cap ado uninstall estimate_supt_critical_value
net install estimate_supt_critical_value, from("https://raw.githubusercontent.com/ryanedmundkessler/simultaneous_confidence_bands/master/ado/")

Example

example.do shows how the simultaneous sup-t confidence bands can be estimated and plotted alongside their pointwise counterparts

Unit Tests

The repo houses two sets of unit tests:

Both sets of unit tests can be executed by running make.py.

Authors

Sergey Egiev
Brown University

Ryan Kessler
Brown University
Email: [email protected]

Michael Sielski
Brown University

License

This project is licensed under the MIT License. See the LICENSE file for details

References

Montiel Olea, José Luis and Mikkel Plagborg-Møller. 2019. Simultaneous Confidence Bands: Theory, Implementation, and an Application to SVARs. Journal of Applied Econometrics.

About

Stata function to compute simultaneous sup-t confidence bands following Montiel Olea and Plagborg-Møller (2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Stata 86.7%
  • Python 12.0%
  • TeX 1.3%