perd_get | R Documentation |
This function computes the periodogram for each time series in the input matrix.
perd_get(Y)
Y |
A numeric matrix of dimension |
A numeric matrix of dimension N x L
, where each row is the periodogram of a time series.
set.seed(123)
Y <- matrix(rnorm(20), ncol = 4)
perd <- perd_get(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.