classificationData {localFDA} | R Documentation |
Two groups of Gaussian processes with different mean values
Description
Two groups of Gaussian processes with different mean values
Usage
classificationData
Format
A matrix with n = 100 functions by columns and t = 200 evaluation points by row. The first 50 are G1 and second 50 curves are G2 that differs in the mean value.
References
Elías, Antonio, Jiménez, Raúl and Yukich, Joe (2020). Localization processes for functional data analysis (submitted).
Examples
matplot(classificationData, type = "l")
[Package localFDA version 1.0.0 Index]