登录 注册
当前位置:主页 > 资源下载 > 11 > 在javascript中实现的威尔逊得分区间是Wilson-score-interval

在javascript中实现的威尔逊得分区间是Wilson-score-interval

  • 更新:2024-09-27 22:16:09
  • 大小:37KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

威尔逊得分区间 简单 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