View source: R/tidyContinuousEntropy.R
calculateContinuousEntropy_PDF | R Documentation |
calculate differential entropy of a continuous value (X) using a probability function approach:
calculateContinuousEntropy_PDF( df, continuousVar, probabilityMethod = "SGolay", ... )
df |
- may be grouped, in which case the grouping is interpreted as different types of discrete variable |
continuousVar |
- the column of the continuous value (Y) |
probabilityMethod |
- the method of calculating a PDF - valid options are "SGolay", "Kernel" |
... |
- passed onto probabilitiesFromContinuous |
a dataframe containing the disctinct values of the groups of df, and for each group an entropy value (H). If df was not grouped this will be a single entry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.