bmi icon indicating copy to clipboard operation
bmi copied to clipboard

Mutual information estimators and benchmark

Results 15 bmi issues
Sort by recently updated
recently updated
newest added

@grfrederic This PR contains a workflow for drawing the "PMI profile" of the KSG estimator.

Implement an adaptive binning strategy for the histogram-based MI estimator. Also, consider binning by the number of samples and estimating the volume, rather than current strategy (equally-sized bins and different...

🚂 type: enhancement
🔥 priority: wontfix

Implement [LNC estimator](https://proceedings.mlr.press/v38/gao15.html), which is KSG with additional correction terms.

🚂 type: enhancement
🔥 priority: wontfix

In #23 we have an example of the spiraling diffeomorphism. Think whether the API is right and write the tests (currently they are missing).

🔥 priority: low
🖖 type: test

it would be nice to organize our estimator tests, that is have a generic testing function: ```test_estimator_on_task(estimator, task, n_samples, seed, abs_error, rel_error)``` and then use it to build our tests:...

🔥 priority: low
🖖 type: test