登录 注册
当前位置:主页 > 资源下载 > 31 > 伽马分布的分位数函数:gamma-quantile

伽马分布的分位数函数:gamma-quantile

  • 更新:2024-08-29 13:41:08
  • 大小:38KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

分位数函数 分布。 随机变量的为 对于0 <= p < 1 ,其中alpha是形状参数, beta是分布的速率参数, P^{-1}是的。 安装 $ npm install distributions-gamma-quantile 要在浏览器中使用,请使用 。 用法 var quantile = require ( 'distributions-gamma-quantile' ) ; 分位数(p [,options]) 计算Gamma分布的分位数函数。 p可以是0到1之间的number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = quantile ( 0.25 ) ; // returns ~0.288 x =