Description Usage Arguments Value Examples
This function calculates the Jensen Shannon Divergence for the
rows or columns of a numeric matrix or for two numeric vectors. This function
is deprecated. Use CalcJSDivergence
instead.
1 |
x |
A numeric matrix or numeric vector |
y |
A numeric vector. |
by_rows |
Logical. If |
If x
is a matrix, this returns an square and symmetric matrix.
The i,j entries correspond to the Hellinger Distance between the rows of x
(or the columns of x
if by_rows = FALSE
). If x
and y
are vectors, this returns a numeric scalar whose value is the Hellinger Distance
between x
and y
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.