plotMI: Plot the data and mutual information.

Description Usage Arguments Value

View source: R/plotMI.R

Description

plotMI plots the original data, the symbolic or discretized data, and the mutual information at multiple lags. It is a helper function for muti.

Usage

1
plotMI(x, y, MI, sym, n_bins, normal)

Arguments

x

First vector of data.

y

Second vector of data.

MI

A list with the mutual information as output by muti.

sym

A logical indicator as to whether symbolic dynamics were used.

n_bins

The number of bins used for computing the MI.

normal

A logical indicator as to whether the MI was normalized to [0,1].

Value

A 3-panel plot of original vectors (top), their discretized values (middle), and the mutual information at multiple lags (bottom).


mdscheuerell/muti documentation built on June 20, 2020, 12:52 p.m.