-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
45 lines (45 loc) · 1.16 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "Statistics::Distributions",
"description": "Raku package for statistical distributions and related random variates generations.",
"version": "0.1.3",
"perl": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"Math::SpecialFunctions"
],
"build-depends": [],
"test-depends": [],
"provides": {
"Statistics::Distributions": "lib/Statistics/Distributions.rakumod",
"Statistics::Distributions::Defined": "lib/Statistics/Distributions/Defined.rakumod",
"Statistics::Distributions::Utilities": "lib/Statistics/Distributions/Utilities.rakumod"
},
"resources": [],
"license": "Artistic-2.0",
"tags": [
"bernoulli distribution",
"bernoulli",
"beta distribution",
"beta",
"binomial distribution",
"binomial",
"data generation",
"distributions",
"exponential distribution",
"exponential",
"gamma distribution",
"gamma",
"generation",
"number generation",
"random variate",
"statistics",
"stats",
"uniform distribution",
"uniform"
],
"api": "1",
"source-url": "https://github.com/antononcube/Raku-Statistics-Distributions"
}