.. _tweedie-index: ====================================================================== Tweedie Family ====================================================================== This module contains functions related to :py:mod:`~._tweedie` under :py:mod:`~.stats`. .. seealso:: * https://github.com/thequackdaddy/tweedie Documentation is available in the docstrings and online at https://github.com/thequackdaddy/tweedie. .. important:: Module also available under :py:mod:`~.stats` library. User guide for more :ref:`tweedie-dist-index`. .. .. code-block:: python .. prompt:: bash >>> auto # (recommended) scikitplot stats also include _tweedie import scikitplot.stats as stats from scikitplot import stats # (optionally) Only _tweedie import scikitplot.externals._tweedie as _tweedie from scikitplot.externals import _tweedie