Data_Series {TrendTM}R Documentation

Example of data

Description

A simulated matrix with a low rank k and with temporal structure based on independent Gaussian.

Usage

data(Data_Series)

Format

A matrix with 30 rows (30 times series) and 100 columns (size of each temporal series).

Examples

library(TrendTM)
data(Data_Series)
head(Data_Series)
TrendTM(Data_Series,k_max=3)

[Package TrendTM version 2.0.19 Index]