simulation: Function-on-Scalar linear model data, used to test FLAME...

Description Usage Format Details Examples

Description

Data of a Function-on-Scalar linear model, it includes the design matrix, the time domain, the response functions (both as pointwise evaluations on the time domain, as projections on the kernel basis, and as fd objects), the true coefficients of the Function-on-Scalar model and the Gaussian errors.

Usage

1
data("simulation")

Format

A set of variables associated to the Function-on-Scalar linear model.

Details

It contains data on a high-dimensional simulation setting with N = 500 and I = 1000 to highlight both the efficiency of FLAME in estimation and in variable selection. Only I0 = 10 predictors, in fact, are meaningful for the response, the others have a null effect on the Y's.

The predictor matrix X is the standardized version of a matrix randomly sampled from a N dimension Gaussian distribution with 0 average and identity covariance matrix. The true coefficients β are sampled from a Matern process with 0 average and parameters (ν = 2.5, \textrm{range} = 1/4, σ^2=1).

Observations y(t) are, then, obtained as the sum of the contribution of all the predictors and a random noise eps, a 0-mean Matern process with parameters (ν = 1.5, \textrm{range} = 1/4, σ^2=1). Functions are sampled on a m = 50 points grid.

See covMaterniso for details on the covariance structure of coefficients and errors.

Examples

1

ardeeshany/FLAME documentation built on May 14, 2019, 8:41 a.m.