lib-r-math.js
Advanced tools
Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -23,7 +23,19 @@ "main": "index.js", | ||
"author": "Jacob Bogers", | ||
"license": "GPLv3", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/jacobbogers/libRmath.js/issues" | ||
}, | ||
"homepage": "https://github.com/jacobbogers/libRmath.js#readme" | ||
"homepage": "https://github.com/jacobbogers/libRmath.js#readme", | ||
"devDependencies": { | ||
"@types/node": "^7.0.1", | ||
"browserify": "^13.3.0", | ||
"gulp": "^3.9.1", | ||
"gulp-autoprefixer": "^3.1.1", | ||
"gulp-babel": "^6.1.2", | ||
"gulp-cache": "^0.4.5", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-sourcemaps": "^2.4.0", | ||
"tsify": "^3.0.0", | ||
"typescript": "^2.1.5" | ||
} | ||
} |
# libRmath.js | ||
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so library found here | ||
Javascript ( TypeScript ) Pure Implementation of Statistical R "core" numerical libRmath.so library found here | ||
https://svn.r-project.org/R/trunk/src/nmath/ | ||
@@ -10,5 +10,8 @@ | ||
Work in progress (see list below), please considering helping out and bring R core functionality | ||
to Javascript | ||
| original c module | ported to javascript? | tested | R - base functions | | ||
|------------------|--------------------|-------------|--------------------| | ||
bd0.c | TODO | | | | ||
bd0.c | done ./lib/bd0.ts | no | hidden, used by modules dbinom.c ,dpois.c dt.c | | ||
bessel_i.c | TODO | | | | ||
@@ -18,8 +21,8 @@ bessel_j.c | TODO | | | | ||
bessel_y.c | TODO | | | | ||
beta.c |TODO | | | | ||
chebyshev.c | TODO| | | | ||
beta.c |one ./lib/beta.ts | no | [beta](https://en.wikipedia.org/wiki/Beta_function) | | ||
chebyshev.c | done ./lib/chebyshev.ts | no | chebyshev\_init , chebyshev\_eval | | ||
choose.c |TODO | | | | ||
cospi.c | TODO| | | | ||
cospi.c | done ./lib/cospi.ts | no| cospi, sinpi, tanpi | | ||
d1mach.c |TODO | | | | ||
dbeta.c | TODO| | | | ||
dbeta.c | TODO | | | | ||
dbinom.c | TODO| | | | ||
@@ -52,3 +55,3 @@ dcauchy.c | TODO| | | | ||
ftrunc.c | TODO| | | | ||
gamma.c |TODO | | | | ||
gamma.c |done ./lib/gamma.ts | no [gammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
gamma_cody.c | TODO| | | | ||
@@ -60,4 +63,4 @@ gammalims.c |TODO | | | | ||
lbeta.c | TODO| | | | ||
lgamma.c | TODO| | | | ||
lgammacor.c |TODO | | | | ||
lgamma.c | done ./lib/lgamma.ts| | logarithmic gamm [lgammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
lgammacor.c |done ./lib/lgammecor.ts | no | lgammacor | | ||
log1p.c |TODO | | | | ||
@@ -133,5 +136,5 @@ mlutils.c |TODO | | | | ||
snorm.c | TODO| | | | ||
stirlerr.c | TODO| | | | ||
stirlerr.c | done ./lib/stirlerr | no | Computes the log of the error term in Stirling's formula ( _stirlerr_ ) | | ||
toms708.c |TODO | | | | ||
wilcox.c | TODO| | | | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
92749
19
1515
136
10
3