lib-r-math.js
Advanced tools
Comparing version 1.0.14 to 1.0.16
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.14", | ||
"version": "1.0.16", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,3 +30,3 @@ # libRmath.js | ||
| dpois.c | ./lib/dpois.ts | 4 March 2017 | dpois() computes the Poisson probability lb^x exp(-lb) / x! | | ||
| dnchisq.c | ./lib/dnchisq.ts | The density of the noncentral chi-squared distribution with "df" | | ||
| dnchisq.c | ./lib/dnchisq.ts | 4 March 2017| The density of the noncentral chi-squared distribution with "df" | | ||
| dnt.c | ./lib/dnt.ts| 4 March 2017 | Computes the density of the noncentral beta distribution with | | ||
@@ -44,3 +44,2 @@ | dnorm.c | ./lib/dnorm.ts | 25 feb 2017 | Compute the density of the normal distribution. | | ||
| lbeta.c | ./lib/lbeta.ts | March 2 2017 | This function returns the value of the log beta function.| | ||
| C99 gamma function | ./lib/c99_gamma.ts | 25 feb 2017 | added C99 gamma and lgamma, | | ||
@@ -47,0 +46,0 @@ |dnbinom.c | ./lib/dnbinom.ts | 25 feb 2017 | negative binomial distribution. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1648183
0
193