View source: R/ShannonDistance.R
ShannonDistance | R Documentation |
Jensen-Shannon Divergence (JSD) offers an unbiased, symmetric distance measure between two statistical distribution. When distributions are identical JSD = 0. When distributions differ JSD increases with no theoretical ceiling - similar to Shannon entropy.
ShannonDistance(x, y)
x0 |
reference st/age distribution (i.e., true st/age distribution) |
x1 |
observed st/age distribution |
Jensen Shannon Distance/goodness of fit measure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.