toy_data {fdasrvf} | R Documentation |
Distributed Gaussian Peak Dataset
Description
A functional dataset where the individual functions are given by a Gaussian
peak with locations along the x
-axis. The variables are as follows: f
containing the 29 functions of 101 samples and time which describes the
sampling.
Usage
toy_data
Format
toy_data
A list with two components:
-
f
: A numeric matrix of shape101 \times 29
storing a sample of sizeN = 29
of curves evaluated on a grid of sizeM = 101
. -
time
: A numeric vector of sizeM = 101
storing the grid on which the curvesf
have been evaluated.
[Package fdasrvf version 2.3.1 Index]