transformData {sparseDFM} | R Documentation |
Transform data to make it stationary
Description
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.
Usage
transformData(X, stationary_transform)
Arguments
X |
n x p numeric data matrix | |||||||||||||||||||||||||||||
stationary_transform |
p-dimensional vector filled with numbers from
|
Value
Transformed stationary version of \bm{X}
.
[Package sparseDFM version 1.0 Index]