Y {FASeg} | R Documentation |
Matrix of data
Description
A data frame [(n x M) x 3] containing 5 Gaussian series with size n=50 each simulated as in the paper arXiv:1505.05660 (with rho=0.6 and sigma=0.2). The total number of segments is K=11 or 6 breakpoints (at position 39 for series 1; 35 for series 2; no breaks for series 3; 11 for series 4 and 2, 3 and 12 for series 5).
Usage
data(Y)
Format
A data frame with 250 observations on the following 3 variables.
series
a numeric vector
position
a numeric vector
signal
a numeric vector
Details
series: the number of the series; position: the grid {1:n}; signal: the values of the observed signal
Examples
library(FASeg)
data(Y)
[Package FASeg version 0.1.9 Index]