blas-ko / enkf_python

Vanilla implementation of the Ensemble Kalman filter in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enkf_python

Vanilla implementation of the Ensemble Kalman filter in Python.

Requirements

This library only needs numpy, but might change in the future. The example jupyter notebook requires matplotlib for a basic visualization of results.

Disclaimer

This library is a work in progress and will likely expand in the future.

If you have any desired functionality, feel free to post an issue or pull request, or contact me at

blas.kolic@uc3m.es

About

Vanilla implementation of the Ensemble Kalman filter in Python

License:MIT License


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%