Athan

Results 562 comments of Athan

@Planeshifter We probably need to flesh this idea out a bit more (2-5 sentences). In particular, what would constitute an MVP as part of the GSoC project? E.g., it could...

Work on this idea has started, but could use additional help in order to accelerate stdlib integration into the proof-of-concept (at this point) integration with GSheets. Much of the infrastructure...

Link to Google sheets playground with stdlib integration: https://docs.google.com/spreadsheets/d/1Yh9LG8d3puko23CFEgXNhqJuOo53_0FpYq7mgi1bLPU/edit

**Update**: the add-on repository is now public: https://github.com/stdlib-js/gsheets

For an idea of what a developer dashboard could look like, see https://npm.github.io/statusboard/. The idea is similar, but we'd want something specifically tailored to the needs and backend database of...

Current database schema, although this is subject change: * * * ```sql CREATE SCHEMA stdlib_github; ``` ## Tables ### Repository Table for GitHub repository data. ```sql CREATE TABLE stdlib_github.repository (...

For the set of distributions which have already been added to stdlib, see https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists.

And for APIs for generating random variates from those distributions, see https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base.

Two potential ideas are: - linear programming APIs - APIs for solving ODEs and PDEs

- stdlib-jStat integration - stdlib-math.js integration - stdlib-scijs integration