2. Getting StartedΒΆ

This guide assumes that you have already installed pypfilt:

# Install pypfilt with plotting support.
pip install pypfilt[plot]

See the installation instructions for further details.

The rest of this guide will demonstrate how to generate forecasts and produce plots like those shown below.

../_images/predation_forecasts.png

Forecasts produced by the LotkaVolterra model, using noisy observations generated by this same model (LotkaVolterra.obs()) and a known ground truth.

../_images/predation_params.png

The posterior parameter distributions for the LotkaVolterra model, using the noisy observations shown in the forecasts above.