fourier_b {geoFourierFDA} | R Documentation |
This function the smoothed curve
fourier_b(coef, x)
coef |
Fourier coefficients. |
x |
a time series to evaluate the smoothed curve. |
a time series with the smoothed curve.
data(canada)
coefs <- coef_fourier(canada$ThePas_ts)
y_hat <- fourier_b(coefs)