stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description As the title says. Here are some quick examples ```js console.log(sentencize('I said "Look out" right before he banged his head')); > [ 'I said "Look out" right before...
Resolves part of #649. ## Description > What is the purpose of this pull request? This pull request: - Resolves a part of #649 by adding the C implementation for...
Incremental weighted standard deviation. `@stdlib/stats/incr/wstdev`. See also an [algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Weighted_incremental_algorithm) for computing an incremental weighted variance.
## Checklist > Please ensure the following tasks are completed before filing an issue. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues and...
### Description I have an application written in Next.js and some code that uses `beta` distribution from `'@stdlib/stats-base-dists/dist'`. I noticed that the `quantile` function is completely broken while building the...
### Description Hello! Not sure if this is the right place, but can't post in the other repo. Using `@stdlib/[email protected]` with phrases like `'HAPPY BIRTHDAY!!!'` will incorrectly return a sentence...
### Description This RFC proposes adding C implementation for [`math/base/special/heaviside`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/heaviside). ```C double stdlib_base_heaviside( const double x, const string continuity ) ``` ### Related Issues Related issues #649. ### Questions No....
Resolves none. ## Description > What is the purpose of this pull request? This pull request: - Adds C `ndarray` API and refactor/cleanup `blas/ext/base/dnannsumkbn` ## Related Issues > Does this...
Resolves part of #649 . ## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/gcdf` ## Related Issues > Does this pull request...
Resolves #1074. ## Description his RFC proposes adding a filesystem utility to read a file which is newline-delimited JSON (NDJSON). ## Related Issues [https://github.com/stdlib-js/stdlib/issues/1075](https://github.com/stdlib-js/stdlib/issues/1075) This pull request: - resolves https://github.com/stdlib-js/stdlib/issues/1074...