This issue is to enable TerseTS to accept different kinds of parameters to the compression algorithms. For example, PWCH does not receive an error bound, instead, it receives a minimum compression ratio (which internally is treated as the number of bins in the histogram). Likewise, other methods will require their parameterization instead of the current generic error_bound.
This issue is to enable TerseTS to accept different kinds of parameters to the compression algorithms. For example, PWCH does not receive an error bound, instead, it receives a minimum compression ratio (which internally is treated as the number of bins in the histogram). Likewise, other methods will require their parameterization instead of the current generic
error_bound
._Originally posted by @skejserjensen in https://github.com/cmcuza/TerseTS/pull/50#discussion_r1845217883_