Testing discrete distribution over two variables \(A,B\).

ABMUDIM.frequency
000.1
010.2
100.3
110.4
data(Pi)

Format

An object of class Distribution;

Examples

data(Pi) data(Kappa) Pi.Kappa <- compose(Pi,Kappa) getData(Pi.Kappa)
#> B A C MUDIM.frequency #> 1: 0 0 0 0.05 #> 2: 0 0 1 0.05 #> 3: 0 1 0 0.15 #> 4: 0 1 1 0.15