wavespectra.SpecArray.rmse#

SpecArray.rmse(other)[source]#

Root-Mean-Square Error among spectral bins.

Args:
  • other (SpecArray): Spectra to calculate binwise RMSE against.

Note:
  • Spectral coordinates in self and other must be the same.

  • Non-spectral coordinates in self and other should ideally be the same. Coordinates are attempted to be broadcast if they are different.

Reference:
  • Bunney et al. (2014).