| calcHM {IDmeasurer} | R Documentation |
Calculate information capacity (HM)
Description
This function calculates information capacity of a signal.
Reference: Searby, A., & Jouventin, P. (2004). How to measure
information carried by a modulated vocal signature? Journal of the Acoustical
Society of America, 116, 3192-3198. doi:10.1121/1.1775271
Usage
calcHM(df)
Arguments
df |
A data frame with the first column indicating individual identity. |
Value
Numeric value. Individual identity information capacity HM (in bits) in dataset.
See Also
Other individual identity metrics: calcDS,
calcF, calcHSngroups,
calcHSnpergroup, calcHSntot,
calcHSvarcomp, calcHS,
calcMI, calcPICbetweenmeans,
calcPICbetweentot, calcPIC
Examples
calcHM(ANmodulation)
[Package IDmeasurer version 1.0.0 Index]