Why does fl.diff~ use fdim?

Issue #85 resolved
Owen Green created an issue

IMO this is not correct for an absolute difference.

  • fdim(x,y) => max(0, x-y)
  • absolute difference(x,y) => abs(x-y)

Comments (4)

  1. Log in to comment