-
在javascript中实现的威尔逊得分区间是Wilson-score-interval
资源介绍
威尔逊得分区间
简单 JavaScript 实现。 有用无论你想约一个普通人群的行为或偏好自信的估计,因为数据的样本(如排名得分分配人气,产品)。
目录
安装
$ npm i wilson-score-interval
用法
const wilson = require ( 'wilson-score-interval' ) ;
/*
wilson(upVotes, total);
// upVotes === whatever result you want to estimate the confidence interval for
// total === your total sample size
*/
wilson ( 430 , 474 ) ; // { left: 0.8776750858242243, right: 0.9301239839930541