fourier_b {geoFKF} | R 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)
[Package geoFKF version 0.1.1 Index]