avg: AVG distance (lowlevel function)

View source: R/RcppExports.R

avgR Documentation

AVG distance (lowlevel function)

Description

The lowlevel function for computing the avg distance.

Usage

avg(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

avg(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.