powered by
A simulated matrix with a low rank k and with temporal structure based on independent Gaussian.
data(Data_Series)
A matrix with 30 rows (30 times series) and 100 columns (size of each temporal series).
library(TrendTM) data(Data_Series) head(Data_Series) TrendTM(Data_Series,k_max=3)
Run the code above in your browser using DataLab