calc2DEntropy: Calculate entropy in 2D data

Description Usage Arguments Value

View source: R/calc2DEntropy.R

Description

Calculate entropy in 2D data

Usage

1
calc2DEntropy(x, numBins1 = 20, numBins2 = 20)

Arguments

x

the 2D data to get entropy from

numBins1

the number of bins along the first dimension to discretize data into

numBins2

the number of bins along the second dimension to discretize data into

Value

The Shannon entropy in the 2D data x


netSmooth documentation built on Nov. 8, 2020, 5:33 p.m.