dice_dist: Dice distance (lowlevel function)

View source: R/RcppExports.R

dice_distR Documentation

Dice distance (lowlevel function)

Description

The lowlevel function for computing the dice_dist distance.

Usage

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

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

HajkD/philentropy documentation built on Feb. 20, 2024, 8:18 p.m.