Skip to content

arjanfrans/node-ztable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple module to convert z-scores to percentiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published