[ 原始碼: ruby-enumerable-statistics ]
套件:ruby-enumerable-statistics(2.0.1+dfsg-3)
ruby-enumerable-statistics 的相關連結
Debian 的資源:
下載原始碼套件 ruby-enumerable-statistics:
- [ruby-enumerable-statistics_2.0.1+dfsg-3.dsc]
- [ruby-enumerable-statistics_2.0.1+dfsg.orig.tar.xz]
- [ruby-enumerable-statistics_2.0.1+dfsg-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Statistics features for Enumerable
Enumerable::Statistics provides some methods to calculate statistical summary in arrays and enumerables.
The following methods are supplied by this library:
- `Array#mean`, `Enumerable#mean` - Calculates a mean of values in an array or an enumerable - `Array#variance`, `Enumerable#variance` - Calculates a variance of values in an array or an enumerable - `Array#stdev`, `Enumerable#stdev` - Calculates a standard deviation of values in an array or an enumerable - `Array#mean_variance`, `Enumerable#mean_variance` - Calculates a mean and a variance simultaneously - `Array#mean_stdev`, `Enumerable#mean_stdev` - Calculates a mean and a standard deviation simultaneously - `Array#median` - Calculates a median of values in an array - `Array#percentile(q)` - Calculates a percentile or percentiles of values in an array - `Array#value_counts`, `Enumerable#value_counts`, and `Hash#value_counts` - Count how many items for each value in the container - `Array#histogram` - Calculate histogram of the values in the array
其他與 ruby-enumerable-statistics 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libjs-jquery
- JavaScript library for dynamic web applications
-
- dep: libruby2.7 (>= 2.7.0~preview2)
- Libraries necessary to run Ruby 2.7
-
- dep: ruby (<< 1:2.8~)
- Interpreter of object-oriented scripting language Ruby (default version)
- dep: ruby (>= 1:2.7~0)