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

https://github.com/shortthirdman/distributedlagmodels

Distributed Lag Models in Dynamic Model Time Series
https://github.com/shortthirdman/distributedlagmodels

disributed-log-models numpy pandas python statsmodels time-series

Last synced: 2 months ago
JSON representation

Distributed Lag Models in Dynamic Model Time Series

Awesome Lists containing this project

README

          

# [Distributed Lag Models](https://medium.com/@kylejones_47003/distributed-lag-models-in-dynamic-model-time-series-ba66e3d1432a)

Distributed Lag Models in Dynamic Model Time Series

[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try) ![GitHub License](https://img.shields.io/github/license/shortthirdman/DistributedLagModels?style=for-the-badge) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/shortthirdman/DistributedLagModels?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/shortthirdman/DistributedLagModels?style=for-the-badge)

---

## Development

- Create a Python virtual environment and activate

```shell
$ python -m venv dev
$ ./dev/Scripts/activate
$ export PIP_CONFIG_FILE=".\pip.conf"
```

- Install the packages and dependencies as listed in requirements file

```shell
$ python -m pip install --upgrade pip
$ pip install -U -r requirements.txt --no-cache-dir --disable-pip-version-check
```

- Start your development `Jupyter Notebook` or `Jupyter Lab` server

```shell
$ jupyter lab --notebook-dir=.\notebooks --no-browser
```

---