powered by
Takes the column-by-column inverse discrete cosine transform of Y.
idcost(Y)
Input cosine transform
Time series
Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.
dcost
# NOT RUN { x <- 1:4 ### compare fft with cosine transform fft(x) zig = dcost(x) zag = idcost(zig) # }
Run the code above in your browser using DataLab