Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
+-----------------+-----------+
| **orientation** | negative |
+-----------------+-----------+
See also:
* xskillscore.mae
Reference:
* Ian T. Jolliffe and David B. Stephenson. Forecast Verification: A
Practitioner’s Guide in Atmospheric Science. John Wiley & Sons, Ltd,
Chichester, UK, December 2011. ISBN 978-1-119-96000-3 978-0-470-66071-3.
URL: http://doi.wiley.com/10.1002/9781119960003.
"""
weights = metric_kwargs.get('weights', None)
skipna = metric_kwargs.get('skipna', False)
return mae(forecast, verif, dim=dim, weights=weights, skipna=skipna)