.. _code: pydistinct APIs ************************** Usage ======== :: # import all the estimators first from pydistinct.stats_estimators import * bootstrap_estimator([1,2,3,3]) >>> 3.9923... APIs ======== Ensemble Estimator ~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: pydistinct.ensemble_estimators :members: Statistical Estimators ~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: pydistinct.stats_estimators :members: Bootstrap ~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: pydistinct.bootstrap :members: