Егор Антонович Asked:2020-12-15 22:24:06 +0000 UTC2020-12-15 22:24:06 +0000 UTC 2020-12-15 22:24:06 +0000 UTC 检查数据是否服从正态分布 772 使用 Kolmogorov、Cramer-Mises 和 Anderson-Darling 检验,检验数据具有均值和方差的正态分布规律的假设。也许有人已经使用了一些库来进行这些测试或知道如何实现这些测试? python 1 个回答 Voted Best Answer passant 2020-12-16T04:08:45Z2020-12-16T04:08:45Z scipy.stats 库: 科尔莫哥洛夫 - kstest() 安德森-达令 - 安德森() 统计模型库: Anderson-Darling - normal_ad()
scipy.stats 库:
科尔莫哥洛夫 - kstest()
安德森-达令 - 安德森()
统计模型库:
Anderson-Darling - normal_ad()