dcost | R Documentation |
Computes the column-by-column discrete cosine transform of X.
dcost(X)
X |
Time series matrix |
cosine transformaed data
Jonathan M. Lees<jonathan.lees@unc.edu>
x <- 1:4
### compare fft with cosine transform
fft(x)
dcost(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.