Learn R Programming

FRegSigCom (version 0.3.0)

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

Description

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

Usage

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.

See Also

cv.fof.wv

Examples

Run this code
# NOT RUN {
#See the examples in cv.fof.wv().
# }

Run the code above in your browser using DataLab