pragmastat 12.0.0 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  Install from npm:
4
4
 
5
5
  ```bash
6
- npm i pragmastat@12.0.0
6
+ npm i pragmastat@12.1.0
7
7
  ```
8
8
 
9
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v12.0.0/ts
9
+ Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v12.1.0/ts
10
10
 
11
11
  Pragmastat on npm: https://www.npmjs.com/package/pragmastat
12
12
 
@@ -11,7 +11,7 @@ const assumptions_1 = require("./assumptions");
11
11
  const gaussCdf_1 = require("./gaussCdf");
12
12
  const minMisrate_1 = require("./minMisrate");
13
13
  const MAX_EXACT_SIZE = 400;
14
- const MAX_ACCEPTABLE_BINOM_N = 65;
14
+ const MAX_ACCEPTABLE_BINOM_N = 62;
15
15
  /**
16
16
  * PairwiseMargin determines how many extreme pairwise differences to exclude
17
17
  * when constructing bounds based on the distribution of dominance statistics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragmastat",
3
- "version": "12.0.0",
3
+ "version": "12.1.0",
4
4
  "description": "Pragmastat: Pragmatic Statistical Toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",