更改

跳到导航 跳到搜索
添加1,198字节 、 2020年9月27日 (日) 11:28
第272行: 第272行:  
一维的Kolmogorov-Smirnov统计量与所谓的星差异D相同,因此,另一个对更高维度的本地KS扩展是将D也用于更高维度。可惜的是,很难从高维度上计算出星差异。
 
一维的Kolmogorov-Smirnov统计量与所谓的星差异D相同,因此,另一个对更高维度的本地KS扩展是将D也用于更高维度。可惜的是,很难从高维度上计算出星差异。
   −
==Implementations==
+
== Implementations 软件实现==
    
The Kolmogorov-Smirnov test (one or two sampled test verifies the equality of distributions) is implemented in many software programs:
 
The Kolmogorov-Smirnov test (one or two sampled test verifies the equality of distributions) is implemented in many software programs:
 +
Kolmogorov-Smirnov检验(一个或两个抽样检验可验证分布是否相等)可以在众多软件程序中实现:
    
* [[Mathematica]] has [https://reference.wolfram.com/language/ref/KolmogorovSmirnovTest.html KolmogorovSmirnovTest]
 
* [[Mathematica]] has [https://reference.wolfram.com/language/ref/KolmogorovSmirnovTest.html KolmogorovSmirnovTest]
第301行: 第302行:     
* [[Microsoft Excel|Excel]] runs the test  as KSCRIT and KSPROB
 
* [[Microsoft Excel|Excel]] runs the test  as KSCRIT and KSPROB
 +
 +
* 科学计算软件Wolfram Mathematica内含Kolmogorov Smirnov Test
 +
* MATLAB在其统计工具箱中含有K-S test。
 +
* R语言包“KSgeneral”可以在任意,可能离散,混合或连续的零分布下计算KS检验统计信息及其p值。
 +
* R语言的统计基本程序包在其“stats”程序包中可以运行检验,命令为ks.test {stats}。
 +
* 统计软件SAS在其PROC NPAR1WAY程序中可以实现检测。
 +
* Python通过SciPy中的统计功能(scipy.stats)可以实现检测。
 +
* SYSTAT(SPSS Inc.,伊利诺伊州芝加哥)
 +
* 基于Java语言开发的Apache Commons可以实现检测
 +
* KNIME是一个数据分析平台,基于上述Java语言,可以通过一个节点Node来实现检测
 +
* StatsDirect(StatsDirect Ltd,英国曼彻斯特)实施所有常见变体。
 +
* Stata(德克萨斯州大学城Stata公司)在ksmirnov(Kolmogorov–Smirnov分配均等测试)中执行检测命令。
 +
* PSPP通过其Kolmogorov–Smirnov(或使用K-S快捷功能)实施测试。
 +
* Excel以KSCRIT和KSPROB的形式运行检测
    
==See also==
 
==See also==
961

个编辑

导航菜单