Python中常用的数据分布检验函数介绍
scipy.stats模块中包含多种分布检验函数,如shapiro()用于Shapiro-Wilk检验,kstest()用于Kolmogorov-Smirnov检验,anderson()用于Anderson-Darling检验。此外,matplotlib和seaborn库可以绘制相关图表辅助判断。
Python中常用的数据分布检验函数介绍
scipy.stats模块中包含多种分布检验函数,如shapiro()用于Shapiro-Wilk检验,kstest()用于Kolmogorov-Smirnov检验,anderson()用于Anderson-Darling检验。此外,matplotlib和seaborn库可以绘制相关图表辅助判断。