§
    M/Phÿ  ã                   ó*   — d Z ddlmZmZ ddgZdd„ZdS )	z=

Created on Fri Mar 30 18:27:25 2012
Author: Josef Perktold
é    )ÚtukeyhsdÚMultiComparisonr   r   çš™™™™™©?c                 óJ   — t          | |¦  «                             |¬¦  «        S )a±  
    Calculate all pairwise comparisons with TukeyHSD confidence intervals

    Parameters
    ----------
    endog : ndarray, float, 1d
        response variable
    groups : ndarray, 1d
        array with groups, can be string or integers
    alpha : float
        significance level for the test

    Returns
    -------
    results : TukeyHSDResults instance
        A results class containing relevant data and some post-hoc
        calculations, including adjusted p-value

    Notes
    -----
    This is just a wrapper around tukeyhsd method of MultiComparison

    See Also
    --------
    MultiComparison
    tukeyhsd
    statsmodels.sandbox.stats.multicomp.TukeyHSDResults
    )Úalpha)r   r   )ÚendogÚgroupsr   s      ú[/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/stats/multicomp.pyÚpairwise_tukeyhsdr      s%   € õ< ˜5 &Ñ)Ô)×2Ò2¸Ð2Ñ?Ô?Ð?ó    N)r   )Ú__doc__Ú#statsmodels.sandbox.stats.multicompr   r   Ú__all__r   © r   r
   ú<module>r      sh   ððð ðð ð ð ð ð ð ð ð Ð(Ð
)€ð@ð @ð @ð @ð @ð @r   