.. currentmodule:: scikitplot.externals._tweedie .. _externals-tweedie-index: ====================================================================== Tweedie Family ====================================================================== This module contains functions related to :py:mod:`~._tweedie` under :py:mod:`~scikitplot.stats`. .. important:: Module also available under :py:mod:`~scikitplot.stats` punlic library. User guide for more :ref:`tweedie-dist-index`. .. seealso:: * https://github.com/thequackdaddy/tweedie * Documentation is available in the docstrings and online at https://github.com/thequackdaddy/tweedie. .. .. jupyter-execute .. .. code-block:: python .. prompt:: python >>> # (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