fourier_b: Smoothed curve in Fourier Series.

View source: R/smoothing.R

fourier_bR Documentation

Smoothed curve in Fourier Series.

Description

This function computes the smoothed curve using Fourier coefficients.

Usage

fourier_b(coef, x)

Arguments

coef

Fourier coefficients.

x

a time series to evaluate the smoothed curve.

Value

a time series with the smoothed curve.

Examples

v_coef <- rnorm(23)
fourier_b(v_coef)

geoFKF documentation built on Aug. 13, 2022, 1:05 a.m.