calculateContinuousEntropy: calculate entropy of a sequence of continuous variables

View source: R/tidyContinuousEntropy.R

calculateContinuousEntropyR Documentation

calculate entropy of a sequence of continuous variables

Description

calculate entropy of a sequence of continuous variables

Usage

calculateContinuousEntropy(df, continuousVar, method, ...)

Arguments

df

- may be grouped, in which case the value is interpreted as different types of continuous variable

method

- the method employed - valid options are "MontgomerySmith", "Histogram", "Grassberger", "InfoTheo", "Compression"

...

- the other parameters are passed onto the implementations

groupVars

- the columns of the discrete value quoted by the vars() function (e.g. ggplot facet_wrap)

Value

a single value for the entropy of the vector


terminological/tidy-info-stats documentation built on Nov. 19, 2022, 11:23 p.m.