UNPKG

wilson-interval-func

Version:
9 lines (7 loc) 152 B
const wilson = require('./dist/index'); const positive = 600, total = 1486; /** * Correlation rank */ console.log(wilson.calc(positive, total));