Ireland_mdis: Computes the MDIS between the two matrices provided.
Description
Computes the MDIS between the two matrices provided.
Usage
Ireland_mdis(n, x_star, truncated = FALSE)
Value
value of the MDIS criterion
Arguments
- n
first matrix (usually observed counts)
- x_star
second matrix (usually model-based)
- truncated
should the diagonal be ignored. Default is FALSE, include
the diagonal elements.