NOAA Fisheries Integrated Toolbox Logo   

NOAA Fisheries Integrated Toolbox

Tool: Kalman Filter (KALMAN)


GitHub release (latest by date)

Authors

Seaver, A.

Description

The Kalman Filter is a recursive algorithm for updating linear projections of the system comprised by of an Observation Equation and a State Equation.

Observation Equation: yt = qtbt + vt

State Equation: bt = bt-1 - wt

The user will supply a vector of observations, coefficients of variation on observation error and scale vector (qt). The model will estimate two parameters: the state variable at time zero (b0) and the standard error on the state variable (sw). The model will return a vector of Filtered and Smoothed observations.

References

Code Repository Badges

A software badge showing that the repository is inactive.

Keywords

Site Index