diff_entropy {math} R Documentation

measure similarity between two data vector via entropy difference

Description

Usage

diff_entropy(x, y);

Arguments

x

a numeric vector. [as double]

y

another numeric vector which should be in the same size as the `x` vector. [as double]

Details

Authors

sciBASIC.NET

Value

Unweighted entropy similarity

clr value class

Examples


[Package math version 5.0.1.2389 Index]