Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lib-r-math.js

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-r-math.js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

.vscode/settings.json

18

package.json
{
"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"
}
}

23

README.md
# 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| | |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc