NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
16 stars 2 forks source link

entropy measurement #290

Closed allibco closed 2 years ago

allibco commented 3 years ago

Add an entropy measure (could be lossless compression estimate) - also could be what Milan Klower is using - maybe multiple options

entropy: https://github.com/milankl/BitInformation.jl/blob/main/src/mutual_information.jl

allibco commented 2 years ago

I added the gzip entropy estimate to alli_dev - it will go into dev soon...

allibco commented 2 years ago

Milan KLower's approach is a bit different - will make a new card.

Entropy is now in the dev branch.