hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 10 forks source link

Fixes #330: Create miscellaneous metrics notebook #345

Closed alaws-USGS closed 12 months ago

alaws-USGS commented 12 months ago

Closes #330

gzt5142 commented 12 months ago

I made a quickie sample notebook to show how the metrics might be used.

Two thoughts:

alaws-USGS commented 12 months ago

@gzt5142 I updated the mae function to calculate n internally. However, I wanted to update the method from .mean() to np.mean() as this matches up with the array API standard, which numpy is moving towards (from my SciPy23 notes). Or would best practice be to wait to update to that once its fully integrated?