Plot fitted model components for a fts
object.
# S3 method for ftsf
plot(x, plot.type = c("function", "components", "variance"),
components, xlab1 = fit$y$xname, ylab1 = "Basis function",
xlab2 = "Time", ylab2 = "Coefficient", mean.lab = "Mean",
level.lab = "Level", main.title = "Main effects",
interaction.title = "Interaction", vcol = 1:3, shadecols = 7,
fcol = 4, basiscol = 1, coeffcol = 1, outlier.col = 2,
outlier.pch = 19, outlier.cex = 0.5,...)
Function produces a plot.
Output from forecast.ftsm
.
Type of plot.
Number of principal components.
x-axis label for principal components.
x-axis label for coefficient time series.
y-axis label for principal components.
y-axis label for coefficient time series.
Label for mean component.
Label for level component.
Title for main effects.
Title for interaction terms.
Colors to use if plot.type = "variance"
.
Color for shading of prediction intervals when plot.type = "components"
.
Color of point forecasts when plot.type = "components"
.
Colors for principal components if plot.type = "components"
.
Colors for time series coefficients if plot.type = "components"
.
Colors for outlying years.
Plotting character for outlying years.
Size of plotting character for outlying years.
Plotting parameters.
Rob J Hyndman
When plot.type = "function"
, it produces a plot of the forecast functions;
When plot.type = "components"
, it produces a plot of the principla components and coefficients with forecasts and prediction intervals for each coefficient;
When plot.type = "variance"
, it produces a plot of the variance components.
R. J. Hyndman and M. S. Ullah (2007) "Robust forecasting of mortality and fertility rates: A functional data approach", Computational Statistics and Data Analysis, 51(10), 4942-4956.
R. J. Hyndman and H. Booth (2008) "Stochastic population forecasts using functional data models for mortality, fertility and migration", International Journal of Forecasting, 24(3), 323-342.
R. J. Hyndman and H. L. Shang (2009) "Forecasting functional time series (with discussion)", Journal of the Korean Statistical Society, 38(3), 199-221.
H. L. Shang, H. Booth and R. J. Hyndman (2011) "Point and interval forecasts of mortality rates and life expectancy: A comparison of ten principal component methods", Demographic Research, 25(5), 173-214.
ftsm
, plot.fm
, plot.fmres
, residuals.fm
, summary.fm
plot(x = forecast(object = ftsm(y = ElNino_ERSST_region_1and2)))
Run the code above in your browser using DataLab