CondEntPermute: Permutation test for mutual information

Description Usage Arguments

View source: R/CondEntPermute.R

Description

Permutation test for mutual information

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
CondEntPermute(
  X,
  Y1,
  Y2,
  method = "emp",
  disc.X = "equalfreq",
  disc.Y1 = "equalfreq",
  disc.Y2 = "equalfreq",
  alpha = 0.6,
  n.sim = 2000,
  ...
)

Arguments

X

<object; input> A numeric vector.

method

<character; proccessing> a method for estimation of entropy. (see help of infotheo- or minerva-package)

disc.X

<character; proccessing> a method for discretization of X.

n.sim

<numeric; proccessing> The number of simulation.

...

Parameters to be passed to the function *minerva::mine*.

Y

<object; input> A numeric vector.

disc.Y

<character; proccessing> a method for discretization of Y.

mine.alpha

<numeric; proccessing> alpha parameter for the mine method. (works only when *method* is "mine")


mrmtshmp/ExploratoryDataAnalysis documentation built on Oct. 6, 2020, 8 a.m.