Learn R Programming

sits (version 1.12.0)

sits_kalman: Kalman filter

Description

A simple Kalman filter implementation.

Usage

sits_kalman(data.tb = NULL, bands_suffix = "kf")

Arguments

data.tb

A sits tibble containing the original time series.

bands_suffix

The suffix to be appended to the smoothed filters.

Value

A tibble with smoothed sits time series.