NCAR / geocat-comp

GeoCAT-comp provides implementations of computational functions for operating on geosciences data. Many of these functions originated in NCL and were translated into Python.
https://geocat-comp.readthedocs.io
Apache License 2.0
129 stars 56 forks source link

[GA-1536] normalized mean squared error metric #637

Open kafitzgerald opened 3 months ago

kafitzgerald commented 3 months ago

Describe the functionality you are requesting, linking any relevant usage or previous implementations in the python ecosystem or otherwise.

Another function from CUPiD that might be worth looking into supporting here: https://github.com/NCAR/CUPiD/pull/121/files#r1704409849

I haven't searched extensively yet to see if there might be a similar implementation elsewhere or if there might be a more logical place for this to live.

I don't believe it was in NCL either, though there may have been an example / application.

Is this a request for functionality that was previously in NCL?

Unknown

Additional context

No response

kafitzgerald commented 1 month ago

This would be good to look into while we triage some stats functions from NCL over in geocat-applications.