powered by
This function computes minimum square estimates for Fourier coefficients.
coef_fourier(f, m)
A time series to be smoothed.
Order of the Fourier polynomial. Default value is computed using the Sturge's rule.
A vector with the fourier coefficients.
# NOT RUN { data(canada) coef_fourier(canada$ThePas_ts) # }
Run the code above in your browser using DataLab