Learn R Programming

FRegSigCom (version 0.3.0)

getcoef.hd: Get the estimated coefficient functions for linear function-on-function models with a large numbe of predictor curves

Description

This function is used to calculate the estimates for \(\mu(t), \beta_i(s,t)\) based on the object obtained from cv.hd.

Usage

getcoef.hd(fit.cv)

Arguments

fit.cv

the object obtained from cv.hd.

Value

a list containing

mu

the vector of estimated values for \(\mu(t)\) at t.y which is the vector of observation time points for the response function used in cv.hd.

beta

a list of length \(p\), the number of functional predictors. Its \(i\)-th element is a matrix of the estimated values of \(\beta_i(s,t)\) at the two-dimensional grid created by t.x.list[[i]] and t.y used in cv.hd.

See Also

cv.hd

Examples

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

Run the code above in your browser using DataLab