dash.ensembleFilter

Implement common utilities for ensemble-based data assimilation filters


Description

The ensembleFilter class implements utilities that are used by both the Kalman Filter, and the particle filter. The primary purpose of this class is to parse and error check the essential data inputs to these filters. Specifically, the observations, uncertainties, estimates, and prior. The class also includes a utilities for loading specific priors or R covariances, and also for checking that a filter object has the inputs required to run an algorithm


Methods

General

Inputs

Error Checking

Query

Console Display

Tests