fourier_b {geoFKF} | R Documentation |
This function computes the smoothed curve using Fourier coefficients.
fourier_b(coef, x)
coef |
Fourier coefficients. |
x |
a time series to evaluate the smoothed curve. |
a time series with the smoothed curve.
v_coef <- rnorm(23)
fourier_b(v_coef)