R/transM.R
transM.Rdmutual_info is a helper function for estimating the transition matrix
used in creating resampled vectors for the (1 - alpha)% critical threshold
value on the mutual info.
transM(x, n_bins)
| x | A |
|---|---|
| n_bins | The number of bins for the entropy calculation. |
A list with the following components:
xnAn [n x 2] matrix of the original and discretized vectors.
MMTransition probability matrix from bin-i to bin-j.