pred.msof: Prediction for linear multivariate scalar-on-function...

Description Usage Arguments Value Author(s) See Also Examples

Description

Make predition for multivariate scalar response based on new observations of predictor curves from the CV object obtained by cv.msof.

Usage

1
pred.msof(fit.obj, X.test)

Arguments

fit.obj

the CV object obtained by cv.msof.

X.test

new observations of 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 which contains the predicted values of the multivariate response. Each row is the prediction for each new observation.

Author(s)

Ruiyan Luo and Xin Qi

See Also

cv.msof

Examples

1
#See the examples in cv.msof().

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