Smoothed Periodogram
I_smooth.RdComputes smoothed periodogram
Examples
set.seed(1)
K <- MA_coef_all(.7)
x <- gridMA(25, 25, K)
smoothed_periodo <- I_smooth(I(x))
plot(smoothed_periodo)
I_smooth.RdComputes smoothed periodogram
set.seed(1)
K <- MA_coef_all(.7)
x <- gridMA(25, 25, K)
smoothed_periodo <- I_smooth(I(x))
plot(smoothed_periodo)