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 5.3.1 to 5.3.2

4

dist/src/index.d.ts
import { cartesianProduct, confidenceInterval } from './confidence-interval';
import { IConfidenceInterval, IOutliers, ISevenFigureSummary, IStatsOptions, Stats } from './stats';
import { IAsPercentage, IConfidenceInterval, IOutliers, ISevenFigureSummary, IStatsOptions, Stats } from './stats';
import { convertMicrosecondsToMS, convertMSToMicroseconds, roundFloatAndConvertMicrosecondsToMS, toNearestHundreth } from './utils';
import { getWilcoxonRankSumTest } from './wilcoxon-rank-sum';
import { getWilcoxonSignedRankTest } from './wilcoxon-signed-rank';
export { cartesianProduct, confidenceInterval, Stats, convertMicrosecondsToMS, convertMSToMicroseconds, toNearestHundreth, getWilcoxonRankSumTest, getWilcoxonSignedRankTest, ISevenFigureSummary, IOutliers, IStatsOptions, IConfidenceInterval, roundFloatAndConvertMicrosecondsToMS };
export { cartesianProduct, confidenceInterval, Stats, convertMicrosecondsToMS, convertMSToMicroseconds, toNearestHundreth, getWilcoxonRankSumTest, getWilcoxonSignedRankTest, ISevenFigureSummary, IOutliers, IStatsOptions, IConfidenceInterval, roundFloatAndConvertMicrosecondsToMS, IAsPercentage };
//# sourceMappingURL=index.d.ts.map

@@ -32,3 +32,3 @@ export interface Bucket {

}
declare type IAsPercentage = {
export declare type IAsPercentage = {
percentMin: number;

@@ -96,3 +96,2 @@ percentMedian: number;

}
export {};
//# sourceMappingURL=stats.d.ts.map
{
"name": "@tracerbench/stats",
"version": "5.3.1",
"version": "5.3.2",
"description": "Stats class written in TS-Node",

@@ -66,3 +66,3 @@ "keywords": [

"engine": "node >= 10",
"gitHead": "b8137224b1706bece436c213b80159e7e923bfe3"
"gitHead": "1b9c80ac55a906cb7582f2ab99d8f5c4f98db6b5"
}
import { cartesianProduct, confidenceInterval } from './confidence-interval';
import {
IAsPercentage,
IConfidenceInterval,

@@ -31,3 +32,4 @@ IOutliers,

IConfidenceInterval,
roundFloatAndConvertMicrosecondsToMS
roundFloatAndConvertMicrosecondsToMS,
IAsPercentage
};

@@ -42,3 +42,3 @@ import { cross, histogram, mean, quantile } from 'd3-array';

type IAsPercentage = {
export type IAsPercentage = {
percentMin: number;

@@ -45,0 +45,0 @@ percentMedian: number;

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