info_encoder
converts the i
into distinct series based on monotonically occurring breaks.
The cumulative proportionality within each series is converted into Shannon information as "bits".
info_encoder(i, info.only = FALSE, data.only = info.only)
If info.only
is TRUE
, a numeric vector of Shannon information is returned, otherwise a data.table
with columns series
, cyl
, and info
is returned.
info_encoder()
requires the input to be the differences of an ordered vector
Other Signal Processor Functions:
exec_algorithm()
,
geo_pmf()
,
score_algorithm_output()
,
signal_processor()