Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 915 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 915 Bytes

Laplace State Space Filter

Matlab code that implements a state space filter for univariate Laplace-distributed data sequences, as detailed in the following paper:

This Bayesian filter uses exact inference to infer the latent state sequence from temporal data. It successfully filters outliers and heavy-tailed noise, in addition to Laplace noise, Gaussian noise, and Cauchy noise. It is as fast as the Kalman filter.

Instructions

The script demo.m runs a demonstration of the LSSF. Three different test data sequences are available to choose from: Laplace noise, outliers, and noise switch.