idcost | R Documentation |
Takes the column-by-column inverse discrete cosine transform of Y.
idcost(Y)
Y |
Input cosine transform |
Time series
Jonathan M. Lees<jonathan.lees@unc.edu>
Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.
dcost
x <- 1:4
### compare fft with cosine transform
fft(x)
zig = dcost(x)
zag = idcost(zig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.