
    9=eK                     .    d dl Z ddlmZ g dZd Zd ZdS )    N   )_mstats_basic)Vargstoarraycount_tied_groupsdescribef_onewayfind_repeatsfriedmanchisquare
kendalltaukendalltau_seasonalkruskalkruskalwallis
ks_twosampks_2sampkurtosiskurtosistestks_1sampkstest
linregressmannwhitneyumeppfmodemoment
mquantilesmsign
normaltestobrientransformpearsonrplotting_positionspointbiserialrrankdatascoreatpercentilesemsen_seasonal_slopesskewskewtest	spearmanrsiegelslopestheilslopestmaxtmeantmintrimtrimbothtrimtailtrimatrimrtrimmed_meantrimmed_stdtrimmed_stdetrimmed_vartsemttest_1sampttest_onesamp	ttest_ind	ttest_reltvar	variation	winsorizebrunnermunzelmamaskednomask
namedtupledistributionsstats_linregressstats_LinregressResultstats_theilslopesstats_siegelslopes
ModeResultSpearmanrResultKendalltauResultPointbiserialrResultTtest_1sampResultTtest_indResultTtest_relResultMannwhitneyuResultKruskalResulttrimdoctrim1DescribeResultstde_medianSkewtestResultKurtosistestResultNormaltestResultF_onewayResultFriedmanchisquareResultBrunnerMunzelResultc                      t           S )N)__all__     8lib/python3.11/site-packages/scipy/stats/mstats_basic.py__dir__r`   ,   s    Nr^   c                     | t           vrt          d|  d          t          j        d|  dt          d           t          t          |           S )Nz<scipy.stats.mstats_basic is deprecated and has no attribute z%. Try looking in scipy.stats instead.zPlease use `z[` from the `scipy.stats` namespace, the `scipy.stats.mstats_basic` namespace is deprecated.   )category
stacklevel)r\   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r_   __getattr__rk   0   s    7;; ; ;< < 	< M L L L L-!= = = = =$'''r^   )rf    r   r\   r`   rk   r]   r^   r_   <module>rm      s\   
            F  
( 
( 
( 
( 
(r^   