Socket
Socket
Sign inDemoInstall

@tracerbench/stats

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tracerbench/stats - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0

3

dist/src/confidence-interval.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const jStat = require('jstat').jStat;
exports.confidenceInterval = exports.cartesianProduct = void 0;
const jStat = require("jstat");
/**

@@ -5,0 +6,0 @@ * Difference of x and y

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWilcoxonSignedRankTest = exports.getWilcoxonRankSumTest = exports.toNearestHundreth = exports.convertMSToMicroseconds = exports.convertMicrosecondsToMS = exports.Stats = exports.confidenceInterval = exports.cartesianProduct = void 0;
const confidence_interval_1 = require("./confidence-interval");
exports.cartesianProduct = confidence_interval_1.cartesianProduct;
exports.confidenceInterval = confidence_interval_1.confidenceInterval;
Object.defineProperty(exports, "cartesianProduct", { enumerable: true, get: function () { return confidence_interval_1.cartesianProduct; } });
Object.defineProperty(exports, "confidenceInterval", { enumerable: true, get: function () { return confidence_interval_1.confidenceInterval; } });
const stats_1 = require("./stats");
exports.Stats = stats_1.Stats;
Object.defineProperty(exports, "Stats", { enumerable: true, get: function () { return stats_1.Stats; } });
const utils_1 = require("./utils");
exports.convertMicrosecondsToMS = utils_1.convertMicrosecondsToMS;
exports.convertMSToMicroseconds = utils_1.convertMSToMicroseconds;
exports.toNearestHundreth = utils_1.toNearestHundreth;
Object.defineProperty(exports, "convertMicrosecondsToMS", { enumerable: true, get: function () { return utils_1.convertMicrosecondsToMS; } });
Object.defineProperty(exports, "convertMSToMicroseconds", { enumerable: true, get: function () { return utils_1.convertMSToMicroseconds; } });
Object.defineProperty(exports, "toNearestHundreth", { enumerable: true, get: function () { return utils_1.toNearestHundreth; } });
const wilcoxon_rank_sum_1 = require("./wilcoxon-rank-sum");
exports.getWilcoxonRankSumTest = wilcoxon_rank_sum_1.getWilcoxonRankSumTest;
Object.defineProperty(exports, "getWilcoxonRankSumTest", { enumerable: true, get: function () { return wilcoxon_rank_sum_1.getWilcoxonRankSumTest; } });
const wilcoxon_signed_rank_1 = require("./wilcoxon-signed-rank");
exports.getWilcoxonSignedRankTest = wilcoxon_signed_rank_1.getWilcoxonSignedRankTest;
Object.defineProperty(exports, "getWilcoxonSignedRankTest", { enumerable: true, get: function () { return wilcoxon_signed_rank_1.getWilcoxonSignedRankTest; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stats = void 0;
const d3_array_1 = require("d3-array");

@@ -4,0 +5,0 @@ const d3_scale_1 = require("d3-scale");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fillArray = exports.toNearestHundreth = exports.convertMSToMicroseconds = exports.convertMicrosecondsToMS = void 0;
function convertMicrosecondsToMS(ms) {

@@ -4,0 +5,0 @@ ms = typeof ms === 'string' ? parseInt(ms, 10) : ms;

@@ -9,2 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getWilcoxonRankSumTest = exports.getSampleUStat = exports.getRankSum = exports.rankSamples = exports.getSamples = exports.getMergedSortedSamples = exports.wilcoxonRankSumTable = void 0;
exports.wilcoxonRankSumTable = [0, 0, 0, 10, 17, 26, 36, 49, 62, 78, 96, 115, 136, 160, 184, 211, 240, 270, 303, 337, 373, 411, 451, 491, 536];

@@ -11,0 +12,0 @@ // prettier-ignore

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWilcoxonSignedRankTest = exports.getTPlusVal = exports.getTMinusVal = exports.rankSamples = exports.sortSamples = exports.getSamples = void 0;
// ! we are not using this ATM; rather using the conf interval isSig

@@ -4,0 +5,0 @@ // all exports are alpha of 0.05 for two-tailed tests

{
"name": "@tracerbench/stats",
"version": "3.1.2",
"version": "4.0.0",
"description": "Stats class written in TS-Node",

@@ -33,7 +33,7 @@ "keywords": [

"d3-scale": "^3.2.1",
"fs-extra": "^9.0.0",
"jstat": "^1.9.2",
"fs-extra": "^9.0.1",
"jstat": "^1.9.3",
"path": "0.12.7",
"tmp": "^0.2.1",
"tslib": "^1.11.1"
"tslib": "^2.0.0"
},

@@ -44,26 +44,26 @@ "devDependencies": {

"@types/d3-scale": "^2.2.0",
"@types/fs-extra": "^8.1.0",
"@types/node": "^13.11.1",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.0.23",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"chai": "^4.2.0",
"chai-files": "^1.4.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-oclif": "^0.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-simple-import-sort": "^5.0.2",
"mocha": "^7.1.1",
"mock-fs": "^4.11.0",
"nyc": "^15.0.1",
"prettier": "^2.0.4",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"mocha": "^8.0.1",
"mock-fs": "^4.12.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"typescript-json-schema": "^0.42.0"
},
"engine": "node >= 10",
"gitHead": "71261c962b6b56f7c3080214270b865bcc9a50b3"
"gitHead": "348eaee92345c0e066bcee4cf0dc9cfb42dd970f"
}

@@ -1,2 +0,2 @@

const jStat = require('jstat').jStat;
import * as jStat from 'jstat';

@@ -3,0 +3,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc