Plot various MI functions
Arguments
- mif.OUT
Output from function
mif()
- lags
The lags to evaluate mutual information.
- nbins
The number of bins passed to
infotheo::discretize()
if y is a matrix orts_discrete()
- surTest
If
TRUE
, a surrogate will be conducted using simple surrogates. The surrogates will be created from the transition probabilities of the discretised time series, i.e. the probability of observing binj
when the current value is in binj
. The number of surrogates needed will be computed based on the value of thealpha
parameter, conceived as a one-sided test:mi > 0
.- alpha
The alpha level for the surrogate test (default =
0.05
)- doPlot
Produce a plot of the symbolic time series by calling
plotRED_mif()
(default =FALSE
)- returnMIFun
Return the data
See also
Other Plot redundancy functions:
plotRED_acf()