bartorch.nrmse

Contents

bartorch.nrmse#

bartorch.nrmse(reference, input, *, scaled=False)#

Normalized root mean square error ‖input - reference‖ / ‖reference‖.

Parameters:

scaled (bool) – First scale reference by the complex least-squares factor Σ conj(reference)·input / ‖reference‖² (-s).