Metrics

The timeatlas.metrics module aims to include score functions, performance metrics and pairwise metrics and distance computations.

Warning

At the moment it only includes pairwise scores.

Pairwise

absolute_error(x_0, x)

Compute the absolute error between two values

relative_error(x_0, x)

Compute the relative error between two values