Climate-Data-Science / Climate-Similarity-Metrics

Which similarity metrics are the most helpful to understand climate
0 stars 2 forks source link

Find approaches on how to combine different similarity metrics #19

Closed pierretoussing closed 4 years ago

pierretoussing commented 4 years ago

Another interesting problem is "How to combine different similarity metrics?". Different similarity measures reveal different information and dependencies, but all of them miss some information. It would be nice to have a method to combine the insights of different similarity metrics.

After the values have been scaled to be comparable and combinable (Issue #18 ), similarity values can be combined using different combination functions.

Here again, the usefulness of the different combination functions has to be validated by the climatologists.

pierretoussing commented 4 years ago

A first approach is to use a simple combination function like multiplying the two similarity values.

pierretoussing commented 4 years ago

This issue is now divided in two other issues treating the level of agreement between similarity measures #20 and treating more meaningful possibilities for combinations #22