bartorch.nrmse#
- bartorch.nrmse(reference, input, *, scaled=False)#
Normalized root mean square error
‖input - reference‖ / ‖reference‖.- Parameters:
scaled (bool) – First scale
referenceby the complex least-squares factorΣ conj(reference)·input / ‖reference‖²(-s).