calculateDiscreteEntropy: calculate entropy of a sequence of

View source: R/tidyDiscreteEntropy.R

calculateDiscreteEntropyR Documentation

calculate entropy of a sequence of

Description

calculate entropy of a sequence of

Usage

calculateDiscreteEntropy(df, groupVars, method, ...)

Arguments

df

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

groupVars

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

method

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

...

- the other parameters are passed onto the implementations

Value

a single value for the entropy of the vector


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