plot.fit.ts.emp {heR.Misc}R Documentation

Plot an Empirical Time Series Fit

Description

Function to plot a fit.ts.empirical object, x, consisting of the observed data, the model, the residuals (on a separate plot), and the autocorrelation function of the residuals (also a separate plot).

Usage

plot.fit.ts.emp (x,
                 main="Empirical Fit to an Observed Time Series",
                 na.action=na.contiguous)

Arguments

x a fit.ts.empirical object
main the title of the plot
na.action the method used to remove NA values

Details

This functions depends on the ts package.

It's redundant to have fit.ts.empirical output the residuals, since they can be determined from the observed time series and the model parameters.

Value

Invoked for the side effect of creating a plot

Author(s)

Neil E. Klepeis
neil AT exposurescience DOT org
http://klepeis.net

See Also

fit.ts.empirical, fit.ts.sin


[Package heR.Misc version 0.0.4 Index]