View source: R/03_IFE_algorithm_functions.R
initialise_X | R Documentation |
X is an array with dimensions N, T and number of observable variables. The variables are randomly generated with mean 0 and sd 1.
initialise_X(NN, TT, vars, scale_robust = TRUE)
NN |
number of time series |
TT |
length of time series |
vars |
number of available observable variables |
scale_robust |
logical, defines if X will be scaled with robust metrics instead of with non-robust metrics |
array with dimensions N x T x number of observable variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.