pred.msof.hd: Prediction for high dimensional linear multivariate...

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
pred.msof.hd(fit.cv, X.test)

Arguments

fit.cv

the CV object obtained by cv.msof.hd.

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.hd

Examples

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

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