View source: R/transformData.R
transformData | R Documentation |
Methods to transform the data to make it stationary. Input a n \times p
numeric data matrix and what transform is required for each data series. Returns a n \times p
matrix of the transformed data.
transformData(X, stationary_transform)
X |
n x p numeric data matrix | |||||||||||||||||||||||||||||
stationary_transform |
p-dimensional vector filled with numbers from
|
Transformed stationary version of \bm{X}
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.