Learn R Programming

philentropy (version 0.8.0)

divergence_sq: Divergence squared distance (lowlevel function)

Description

The lowlevel function for computing the divergence_sq distance.

Usage

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

Hajk-Georg Drost

Examples

Run this code
divergence_sq(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE)

Run the code above in your browser using DataLab