Python performs statistical analysis based on the pingouin package: use the ttest function to perform an independent two-sample t test (the number of samples is different, Welch's T-test), set the correction parameter to turn off the calibration function

Python performs statistical analysis based on the pingouin package: use the ttest function to perform an independent two-sample t test (the number of samples is different, Welch's T-test), set the correction parameter to turn off the calibration function, and output the analysis results in the form of dataframe (including p value, confidence interval , BF10, power, statistics, degrees of freedom, etc.)

Table of contents

Guess you like

Origin blog.csdn.net/weixin_57242009/article/details/128011292