🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ztable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ztable

Convert z-scores to a percentiles.

1.0.7
latest
Source
npm
Version published
Weekly downloads
3.1K
-8.92%
Maintainers
1
Weekly downloads
 
Created
Source

node-ztable

NPM

Build Status Coverage Status

A simple module to convert z-scores to percentiles using the standard normal table. If a z-score is higher than 3.49 or lower than -3.49, it will return 1 or 0 respectively. Example usage:

var ztable = require('ztable');

var zscore = -1.3452;

console.log(ztable(zscore));
// => 0.0901

Keywords

ztable

FAQs

Package last updated on 15 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts