开发者

kolmogorov-Smirnov Test Java [closed]

开发者 https://www.devze.com 2023-03-20 21:03 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for b开发者_运维知识库ooks, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I need help in choosing the best library to implement the Kolmogorov-Smirnov Test (Two-Sample) in Java.

I have tried using JavaStatisticalClass.

Problem with this library is that I can't specify/choose the "Significance Level" by myself.

Do you have any suggestions of other libraries where I can chose the significance level?


Instead of specifying the significance level a priori you can determine the p-value using JavaStatisticalClass and compare this value with the intended significance.


How about jsc.goodnessfit.KolmogorovTest?

0

精彩评论

暂无评论...
验证码 换一张
取 消