cmcuza / TerseTS

TerseTS is a collection of lossless and lossy time series compression methods.
Apache License 2.0
3 stars 0 forks source link

Update TerseTS to support various compression parameterizations #55

Open cmcuza opened 5 days ago

cmcuza commented 5 days ago

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_

skejserjensen commented 5 days ago

For the full discussion, see this conversation in #50.