rolling_gaussian_cpp: Fast Rolling Gaussian Smoother

View source: R/RcppExports.R

rolling_gaussian_cppR Documentation

Fast Rolling Gaussian Smoother

Description

Fast Rolling Gaussian Smoother

Usage

rolling_gaussian_cpp(x, sigma, threshold = 0.5)

Arguments

x

Numeric vector to smooth

sigma

Standard deviation of the Gaussian kernel

threshold

Min fraction of valid data in window (0-1)


openair documentation built on April 2, 2026, 9:07 a.m.