🎉 New stdlib release featuring new features (including lots of lower level strided array functionality for numerical and statistical computing!), performance improvements, and new browser bundles! 🎉 github.com/stdlib-js/stdlib#javascript#nodejs
stdlib now has public #TypeScript documentation 🎉! Thanks to the hard work of @burckhap! We’ll work on further integrating our TypeScript documentation into the rest of our API documentation shortly… 😀 stdlib.io/docs/ts/
So excited for next Friday when we get to hear from @burckhap and @kgryte about the stdlib project! This project is a standard library for #JavaScript and Node.js, with an emphasis on numerical and #scientific computing applications. Register here: app.livestorm.co/quansight/o…
New package by @burckhap which adds support for creating #nodejs readable streams for generating uniformly distributed pseudorandom numbers! The pkg also includes a CLI for robust number generation at the command-line! github.com/stdlib-js/stdlib/…#javascript
New package by @burckhap which adds a wages dataset derived from the 1985 Current Population Survey (CPS)! Can be used to assess the gender pay gap while controlling for confounding factors. github.com/stdlib-js/stdlib/…#javascript#nodejs
stdlib’s low-level pseudorandom number generators (PRNGs) now all support serialization to JSON! Why is this cool?! Allows
1. isomorphic REPLs
2. snapshotting, storage, & resurrection of PRNG state
3. distributed state coordination
github.com/stdlib-js/stdlib/…#javascript#nodejs
🎉 stdlib pseudorandom number generators now all support getting & setting PRNG state! This means you’ll be able to snapshot & replay generated pseudorandom numbers at anytime, which is particularly useful when debugging simulations. :) github.com/stdlib-js/stdlib/…#javascript#nodejs
🔥 More awesome work from stdlib contributor Justin Dennison! This time he added support for computing the inverse of a one-parameter Box-Cox transformation with special consideration for small values! github.com/stdlib-js/stdlib/…#math#javascript#nodejs