Skip to content

Commit

Permalink
feat: update ideas list
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Mar 19, 2024
1 parent 56447bc commit 0b2e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Linked issue: <https://github.com/stdlib-js/google-summer-of-code/issues/2>

### Idea

The goal of this idea is to implement all distributions found in SciPy [stats](https://docs.scipy.org/doc/scipy/tutorial/stats.html). Distribution support will entail implementing APIs for computing PDFs, CDFs, quantiles, and other distribution properties. Additionally, stdlib should support APIs for drawing random variates from any implemented distributions.
The goal of this idea is to implement all distributions found in SciPy [stats](https://docs.scipy.org/doc/scipy/reference/stats.html#statsrefmanual). Distribution support will entail implementing APIs for computing PDFs, CDFs, quantiles, and other distribution properties. Additionally, stdlib should support APIs for drawing random variates from any implemented distributions.

### Expected Outcomes

Expand Down

0 comments on commit 0b2e584

Please sign in to comment.