com.cra.figaro.algorithm

filtering

package filtering

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Filtering extends Algorithm

    The general class of filtering algorithms.

  2. trait OneTimeFiltering extends Filtering with OneTime

    One-time filtering algorithms.

  3. class OneTimeParticleFilter extends ParticleFilter with OneTimeFiltering

    A one-time particle filter.

  4. abstract class ParticleFilter extends Filtering

    An abstract class of particle filters.

  5. class Snapshot extends AnyRef

    A record of the values of a set of named elements at a particular point in time.

  6. class State extends AnyRef

    A state contains snapshots of the static universe and the dynamic universe, representing a configuration of the static and dynamic variables in the system.

Value Members

  1. object ParticleFilter

Ungrouped