Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

resamplers.rst

File metadata and controls

37 lines (26 loc) · 1.14 KB
.. currentmodule:: qinfer.resamplers

Resampling Algorithms

Introduction

In order to restore numerical stability to the sequential Monte Carlo algorithm as the effective sample size is reduced, resampling is used to adaptively move particles so as to better represent the posterior distribution. QInfer allows for such algorithms to be specified in a modular way.

:class:`LiuWestResampler` - Liu and West (2000) resampling algorithm

Class Reference

.. autoclass:: LiuWestResampler
    :members:

:class:`ClusteringResampler` - Cluster-based recursive resampler

.. autoclass:: ClusteringResampler
    :members: