pred.fof.wv: Prediction for linear function-on-function regression using...

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
pred.fof.wv(cv.obj, X.test)

Arguments

cv.obj

the CV object obtained by cv.fof.wv.

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)

Ruiyan Luo and Xin Qi

See Also

cv.fof.wv

Examples

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

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