fplsr.Rd
Performs functional partial least squares regression for functional time series.
A functional time series object of class fts
.
Number of components to include in the model (default: 6).
Type of PLS algorithm: "simpls" (default) or "nipals".
Logical. If TRUE, use unit weights (default: TRUE).
Logical. If TRUE, use weighted PLS (default: FALSE).
Weight parameter for exponential weighting (default: 0.1).
Logical. If TRUE, compute prediction intervals (default: FALSE).
Method for prediction intervals: "delta" (default) or "boota".
Significance level for prediction intervals (default: 0.05).
Number of bootstrap replications (default: 100).
Logical. If TRUE, adjust for bias (default: FALSE).
Number of steps back for validation (default: 10).
An object of class fm
containing:
Time points
Grid points
Predicted functional time series
Original functional time series
Predicted values
Regression coefficients
X loadings
Y loadings
X scores
Weights
Fitted values
Residuals
Mean of X
Mean of Y
Function call
Hyndman, R.J., & Shang, H.L. (2009). Forecasting functional time series. Journal of the Korean Statistical Society, 38(3), 199-221.
forecastfplsr
, plotfplsr