ldenoise: 1D total variation denoiser

View source: R/luna.R

ldenoiseR Documentation

1D total variation denoiser

Description

Applies a 1D total variation denoiser

Usage

ldenoise(x, lambda)

Arguments

x

a time series vector

lambda

Smoothing parameter (0 to infinity)

Value

a denoised version of x

Note

This is a wrapper around the method implemented by the TV command. See this page for a description of the method and parameters.


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.