coef_fourier {geoFourierFDA} | R Documentation |
This function computes minimum square estimates for Fourier coefficients.
coef_fourier(f, m)
f |
A time series to be smoothed. |
m |
Order of the Fourier polynomial. Default value is computed using the Sturge's rule. |
A vector with the fourier coefficients.
data(canada)
coef_fourier(canada$ThePas_ts)