ruzicka: Ruzicka distance (lowlevel function)

View source: R/RcppExports.R

ruzickaR Documentation

Ruzicka distance (lowlevel function)

Description

The lowlevel function for computing the ruzicka distance.

Usage

ruzicka(P, Q, testNA)

Arguments

P

a numeric vector storing the first distribution.

Q

a numeric vector storing the second distribution.

testNA

a logical value indicating whether or not distributions shall be checked for NA values.

Author(s)

Hajk-Georg Drost

Examples

ruzicka(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE)

philentropy documentation built on Nov. 10, 2022, 6:18 p.m.