An open API service indexing awesome lists of open source software.

https://github.com/enweg/transmissionchannelanalysis.jl

Transmission Channel Analysis in Dynamic Models
https://github.com/enweg/transmissionchannelanalysis.jl

causal-analysis julia julia-language macroeconomics monetary-policy time-series transmission-channel

Last synced: 4 months ago
JSON representation

Transmission Channel Analysis in Dynamic Models

Awesome Lists containing this project

README

          

# TransmissionChannelAnalysis.jl

`TransmissionChannelAnalysis.jl` provides a suite of functions for conducting transmission channel analysis (TCA) in Julia. It includes both standard methods—which are sufficient for most users—and more advanced, customisable techniques.

Install the package using

```jl
] add TransmissionChannelAnalysis
```

or

```jl
using Pkg;
Pkg.add("TransmissionChannelAnalysis")
```

👉 **[Visit the Documentation](https://enweg.github.io/tca-website/)**

📄 **[Read the Paper](https://arxiv.org/abs/2405.18987)**