Skip to content

hanyas/wasserstein-flow-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational Wasserstein-Gradient-Flow Filter

Implements a filtering approach with a variational update based on Wasserstein gradient flows

Installation

Create a conda environment

conda create -n NAME python=3.9

Then head to the cloned repository and execute

pip install -e .

Examples

A filtering example on a stochastic volatility model

python examples/wasserstein_filter/markov_stochastic_volatility_wf_sqrt.py