Added
- `MillerMadow` estimator class
- `AsymptoticNSB` estimator class
- `Grassberger` estimator class
Changed
The signature of the *entropy* function has been changed to allow
arbitrary entropy estimators. The new signature is
entropy(pk, k=None, estimator='NSB', return_std=False)
Check `ndd.entropy_estimators` for the available estimators.