Skip to content

Commit d0d818a

Browse files
committed
update docstrings
1 parent 910337c commit d0d818a

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

dabest/_classes.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -641,30 +641,32 @@ def __init__(self, control, test, effect_size,
641641
and accelerated.
642642
>>> effsize.to_dict()
643643
{'alpha': 0.05,
644-
'bca_high': 0.2413346581369784,
645-
'bca_interval_idx': (109, 4858),
646-
'bca_low': -0.7818088458343655,
647-
'bootstraps': array([-1.09875628, -1.08840014, -1.08258695, ..., 0.66675324,
648-
0.75814087, 0.80848265]),
644+
'bca_high': 0.24951887238295106,
645+
'bca_interval_idx': (125, 4875),
646+
'bca_low': -0.7801782111071534,
647+
'bootstraps': array([-1.25579022, -1.20979484, -1.17604415, ..., 0.57700183,
648+
0.5902485 , 0.61043212]),
649649
'ci': 95,
650650
'difference': -0.25315417702752846,
651651
'effect_size': 'mean difference',
652652
'is_paired': False,
653-
'pct_high': 0.25135646125431527,
653+
'pct_high': 0.24951887238295106,
654654
'pct_interval_idx': (125, 4875),
655-
'pct_low': -0.763588353717278,
655+
'pct_low': -0.7801782111071534,
656+
'permutation_count': 5000,
656657
'pvalue_brunner_munzel': nan,
657658
'pvalue_kruskal': nan,
658-
'pvalue_mann_whitney': 0.2600723060808019,
659+
'pvalue_mann_whitney': 0.5201446121616038,
659660
'pvalue_paired_students_t': nan,
661+
'pvalue_permutation': 0.3484,
660662
'pvalue_students_t': 0.34743913903372836,
661663
'pvalue_welch': 0.3474493875548965,
662664
'pvalue_wilcoxon': nan,
663665
'random_seed': 12345,
664666
'resamples': 5000,
665667
'statistic_brunner_munzel': nan,
666668
'statistic_kruskal': nan,
667-
'statistic_mann_whitney': 406.0,
669+
'statistic_mann_whitney': 494.0,
668670
'statistic_paired_students_t': nan,
669671
'statistic_students_t': 0.9472545159069105,
670672
'statistic_welch': 0.9472545159069105,

0 commit comments

Comments
 (0)