powered by
This function computes minimum square estimates for Fourier coefficients.
coef_fourier(f, m)
A vector with the fourier coefficients.
A time series to be smoothed.
Order of the Fourier polynomial. Default value is computed using the Sturge's rule.
x <- seq(from = -pi, to = pi, by = 0.01) y <- x^2 + rnorm(length(x), sd = 0.1) v_coef <- coef_fourier(y)
Run the code above in your browser using DataLab