HDistNoSize {bmk} | R Documentation |
This function determines the Hellinger distance between two MCMC chains via kernel density estimates.
HDistNoSize(b1, b2)
b1 |
vector of first MCMC chain. |
b2 |
vector of second MCMC chain. |
The Hellinger distance between the kernel density estimates for b1 and b2.
The chains need to be the same length.