Learn R Programming

TrendTM (version 2.0.19)

Data_Series: Example of data

Description

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

Usage

data(Data_Series)

Arguments

Format

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

Examples

Run this code
library(TrendTM)
data(Data_Series)
head(Data_Series)
TrendTM(Data_Series,k_max=3)

Run the code above in your browser using DataLab