Learn R Programming

fdasrvf (version 2.3.6)

toy_data: 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

Arguments

Format

toy_data

A list with two components:

  • f: A numeric matrix of shape \(101 \times 29\) storing a sample of size \(N = 29\) of curves evaluated on a grid of size \(M = 101\).

  • time: A numeric vector of size \(M = 101\) storing the grid on which the curves f have been evaluated.