compute_cumulative_error

menpofit.error.compute_cumulative_error(errors, bins)[source]

Computes the values of the Cumulative Error Distribution (CED).

Parameters
  • errors (list of float) – The list of errors per image.

  • bins (list of float) – The values of the error bins centers at which the CED is evaluated.

Returns

ced (list of float) – The computed CED.