R/RcppExports.R
distJSD2.Rd
Computes Jensen-Shannon divergence, which is based on Kullback-Leibler divergence. deq(JSD(A||B)=12 ( KL(A||M)+KL(B||M) ))
distJSD2(inMatrixTr, inMatrixCo)
a positive-valued numeric matrix of treated units.
a positive-valued numeric matrix of controlled units.