plot.amif {tseries}R Documentation

Plot Method for Auto Mutual Information Functions

Description

The plot method for auto mutual information function objects.

Usage

plot(x, ci.col = "blue", ylab = "AMIF", ...)

Arguments

x an object of class "amif", usually the result of a call to amif.
ci.col color to plot the confidence bound.
ylab the title for the y axis.
... further arguments passed to or from other methods.

Details

The AMIF is plotted along with a confidence bound for the null of surrogate data as computed by Monte-Carlo simulation percentiles.

See Also

amif.


[Package Contents]