ModelarData / ModelarDB-RS

ModelarDB: Model-Based Time Series Management from Edge to Cloud
Apache License 2.0
11 stars 5 forks source link

Support relative and absolute error bounds #177

Closed skejserjensen closed 2 months ago

skejserjensen commented 2 months ago

Add a function named maximum_allowed_deviation() as a complement to is_within_error_bound() so all error calculation is in one place instead of being implemented by each model type.

skejserjensen commented 2 months ago

Closed by #167.