pred.fof.spike: Prediction for linear function-on-function regression on...

Description Usage Arguments Value Author(s) See Also Examples

Description

Make predition for functional response from the CV object obtained by cv.fof.spike.

Usage

1
pred.fof.spike(fit.cv, X.test)

Arguments

fit.cv

the CV object obtained by cv.fof.spike.

X.test

new observations for the functional predictors. It is a list of length p, the number of functional predcitors. Each element is the observed matrix from a functional predictor, with rows repsenting observation vectors and columns corresponding to the observation time points.

Value

A matrix containing the predicted response for the new observations. The number of rows is equal to the sample size of the new data set, and the number of columns is equal to the length of t.y.

Author(s)

Xin Qi and Ruiyan Luo

See Also

cv.fof.spike

Examples

1
#See the examples in cv.fof.spike().

FRegSigCom documentation built on May 1, 2019, 9:45 p.m.