HDistNoSize: Hellinger distance between two MCMC chains using default grid...

Description Usage Arguments Value Note

View source: R/HDistNoSize.R

Description

This function determines the Hellinger distance between two MCMC chains via kernel density estimates.

Usage

1
  HDistNoSize(b1, b2)

Arguments

b1

vector of first MCMC chain.

b2

vector of second MCMC chain.

Value

The Hellinger distance between the kernel density estimates for b1 and b2.

Note

The chains need to be the same length.


bmk documentation built on May 1, 2019, 8:21 p.m.

Related to HDistNoSize in bmk...