Data_Series: Example of data

Data_SeriesR 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)

TrendTM documentation built on April 3, 2025, 6 p.m.

Related to Data_Series in TrendTM...