num4hypothtst 0.0.6-java → 0.0.7-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/ext/num4hypothtst/hypothtst/GrubbsTest.java +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddedb6b175ca41c15b5ebe6328faaa1cb05bfac2ca7098147960cdb4ab952dfd
|
4
|
+
data.tar.gz: a42501c4c92de4bbcffb5c7da8be7098101d890d947fbc98ec4e486be6122f7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cea2d82655c054806b9a021503a4966e9e1bbf12937e09be304e4ecc95f84004d3680920373a3891bbb9b44941623993c921bcf127bca7f821f0247cbec7356
|
7
|
+
data.tar.gz: a9b38cb24b307f86284075791454ec5b5452abeaa7d010b6711adda1d08c6f52fe5800f16c40e5025ab8669859df58364801e4d26010d658d63ed63b7dad54d6
|
data/CHANGELOG.md
CHANGED
@@ -17,7 +17,7 @@ public class GrubbsTest implements HypothTest2 {
|
|
17
17
|
}
|
18
18
|
|
19
19
|
private double calcGnValue(int n, double a) {
|
20
|
-
TDistribution tDist = new TDistribution(n);
|
20
|
+
TDistribution tDist = new TDistribution(n - 2);
|
21
21
|
double t = tDist.inverseCumulativeProbability(a / n);
|
22
22
|
double gn = (n - 1) * t / Math.sqrt(n * (n - 2 + t * t));
|
23
23
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: num4hypothtst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- siranovel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|