polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Consider support for numpy masked arrays #16

Closed polsys closed 4 years ago

polsys commented 4 years ago

Make sure that all user-facing methods work well with numpy.ma.masked_array types. Masked observations should be excluded from the estimations. The existing masking infrastructure would work in addition to this.