Metadata-Version: 2.4
Name: SymbolicDSGE
Version: 1.0.0
Summary: A diagnostic symbolic adjustment layer for simple DSGE models. Features a built-in linearized DSGE engine constructed from symbolic expressions. Functionality is included to regress on measurement equations with symbolic function discovery using Kalman Filter innovations. The library is designed to be a diagnostic tool to provide isight into potential model misspecifications through said mesaurement regressions.
Author-email: Ege Güney Kıymaç <guneykiymac@gmail.com>
Project-URL: Documentation, https://gongjr0.github.io/SymbolicDSGE/
Project-URL: Repository, https://github.com/GongJr0/SymbolicDSGE
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.7
Requires-Dist: numba>=0.62.1
Requires-Dist: numpy>=2.3.5
Requires-Dist: pandas>=2.3.3
Requires-Dist: pysr>=1.5.9
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: scipy>=1.16.3
Requires-Dist: statsmodels>=0.14.6
Requires-Dist: sympy>=1.14.0
Provides-Extra: fred
Requires-Dist: fredapi>=0.5.2; extra == "fred"
Requires-Dist: python-dotenv>=1.2.1; extra == "fred"
Dynamic: license-file

<a href="https://gongjr0.github.io/SymbolicDSGE/">
  <picture>
    <!-- Dark mode -->
    <source srcset="docs/assets/logo_w.svg" media="(prefers-color-scheme: dark)">
    <!-- Light mode -->
    <source srcset="docs/assets/logo_b.svg" media="(prefers-color-scheme: light)">
    <!-- Fallback -->
    <img src="docs/assets/logo_b.svg" alt="SymbolicDSGE logo">
  </picture>
</a>
<h4 align="right">by Güney Kıymaç</h4>
<hr> </hr>

<div align="right">
    <table align="right" border-collapse="collapse" width="100%" border-style="hidden!important">
        <thead>
            <tr>
                <th border-collapse="collapse" border-style="hidden"><a href="https://gongjr0.github.io/SymbolicDSGE/">Documentation</a></th>
                <th><a href="https://pypi.org/project/SymbolicDSGE/">PyPI</a></th>
                <th><a href="https://github.com/GongJr0/SymbolicDSGE/actions"><img src="https://raw.githubusercontent.com/GongJr0/SymbolicDSGE/main/coverage/tests-badge.svg" alt="tests"></a></th>
                <th><a href="https://github.com/GongJr0/SymbolicDSGE/actions"><img src="https://raw.githubusercontent.com/GongJr0/SymbolicDSGE/main/coverage/coverage-badge.svg" alt="coverage"></a></th>
                <th><a href="https://wakatime.com/badge/github/GongJr0/SymbolicDSGE"><img src="https://wakatime.com/badge/github/GongJr0/SymbolicDSGE.svg" alt="wakatime"></a></th>
            </tr>
        </thead>
    </table>
</div>
<br></br>
<br></br>

```bash
pip install SytmbolicDSGE
```

SymbolicDSGE is a linear DSGE Engine with a fully symbolic and adjustable model configuration. The library is currently in early-development and Symbolic Regression based equation augmentation features are being developed and will be included in the in this package.

Here are some useful links:
- [Installation](https://gongjr0.github.io/SymbolicDSGE/latest/installation)
- [Quick Start Guide](https://gongjr0.github.io/SymbolicDSGE/latest/Guides/quickstart/)
