Fits a functional linear model using L1 loss (median regression), which is robust to outliers in the response.
Value
An object of class 'fregre.robust' with components:
- intercept
Intercept
- beta.t
Functional coefficient beta(t)
- fitted.values
Fitted response values
- residuals
Residuals
- coefficients
Regression coefficients
- ncomp
Number of FPC components used
- iterations
Number of IRLS iterations
- converged
Whether the algorithm converged
- weights
Final IRLS weights
- r.squared
R-squared statistic
- method
Either "l1" or "huber"