lib-r-math.js
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,9 @@ # libRmath.js | ||
|------------------|--------------------|-------------|--------------------| | ||
rbeta.c | ./lib/rbeta| 21 march 2017 | Generating beta variates with nonintegral shape parameters. | | ||
rgeom.c |./lib/rgeom.ts | 21 March 2017 | Random variates from the geometric distribution. | | ||
rgamma.c |./lib/rgamma.ts | 21 march 2017 | Random variates from the gamma distribution. | | ||
rf.c | ./lib/rf.ts| 21 march 2017 | Pseudo-random variates from an F distribution. | | ||
rexp.c |./lib/rexp.ts | 21 march 2017 | Random variates from the exponential distribution. | | ||
rchisq.c | ./lib/rchisq.ts |21 march 2017 | Random variates from the chi-squared distribution. | | ||
rcauchy.c |./lib/rcauchy.ts | 21 march 2017 | Random variates from the Cauchy distribution. | | ||
rbeta.c | ./lib/rbeta.ts | 21 march 2017 | Generating beta variates with nonintegral shape parameters. | | ||
rbinom.c |./lib/rbindom.ts | 21 March 2017 | Random variates from the binomial distribution. | | ||
@@ -222,8 +228,8 @@ qweibull.c | ./lib/qweibull.ts | 20 March 2017 | The quantile function of the Weibull distribution. | | ||
rbinom.c |done |no | Random variates from the binomial distribution. | | ||
rcauchy.c |TODO | | | | ||
rchisq.c |TODO | | | | ||
rexp.c |TODO | | | | ||
rf.c | TODO| | | | ||
rgamma.c |TODO | | | | ||
rgeom.c |TODO | | | | ||
rcauchy.c |done | no | Random variates from the Cauchy distribution. | | ||
rchisq.c |done |no | Random variates from the chi-squared distribution. | | ||
rexp.c |done | no | Random variates from the exponential distribution. | | ||
rf.c | done| no | Pseudo-random variates from an F distribution. | | ||
rgamma.c |done | no | Random variates from the gamma distribution. | | ||
rgeom.c |done | no | Random variates from the geometric distribution. | | ||
rhyper.c | TODO| | | | ||
@@ -230,0 +236,0 @@ rlnorm.c |TODO | | | |
1922990
21833
253