Inheritance diagram for DeterministicParticleResampler:

Definition at line 27 of file DeterministicParticleResampler.hpp.
Public Member Functions | |
| DeterministicParticleResampler (const unsigned int P=0) | |
| Constructor. | |
| virtual | ~DeterministicParticleResampler () |
| Destructor. | |
| void | setNumParticles (const unsigned int P=0) |
| Set the number of particles to resample. | |
| virtual indii::ml::aux::DiracMixturePdf | resample (indii::ml::aux::DiracMixturePdf &p) |
| Resample the distribution. | |
| DeterministicParticleResampler | ( | const unsigned int | P = 0 |
) |
Constructor.
| P | Number of particles to resample from each distribution supplied to resample(). If zero, will resample the same number of particles as the distribution supplied. |
Definition at line 11 of file DeterministicParticleResampler.cpp.
| ~DeterministicParticleResampler | ( | ) | [virtual] |
| void setNumParticles | ( | const unsigned int | P = 0 |
) |
Set the number of particles to resample.
| P | Number of particles to resample from each distribution supplied to resample(). If zero, will resample the same number of particles as the distribution supplied. |
Definition at line 20 of file DeterministicParticleResampler.cpp.
| aux::DiracMixturePdf resample | ( | indii::ml::aux::DiracMixturePdf & | p | ) | [virtual] |
Resample the distribution.
This produces a new approximation of the same distribution using a set of equally weighted sample points. Sample points are selected using the deterministic resampling method given in the appendix of Kitagawa (1996).
Implements ParticleResampler.
Definition at line 24 of file DeterministicParticleResampler.cpp.
1.5.2