.. _estimators: Estimators ========== .. py:module:: estimators -------- Overview -------- Coming Soon! --------- Interface --------- .. automodule:: pyzeal.algorithms.estimators.argument_estimator :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__, main -------------------- Quadrature Estimator -------------------- .. automodule:: pyzeal.algorithms.estimators.quad_estimator :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__, main ------------------- Summation Estimator ------------------- .. automodule:: pyzeal.algorithms.estimators.sum_estimator :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__, main ---------------- Estimator Caches ---------------- .. automodule:: pyzeal.algorithms.estimators.estimator_cache :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__, main