stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.17k stars 405 forks source link

[RFC]: improve README examples of `stats/base/dists/laplace` namespace #1633

Open Planeshifter opened 4 months ago

Planeshifter commented 4 months ago

Description

This RFC proposes to improve the README examples of the stats/base/dists/laplace namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do not showcase namespace functionality.

Historically, namespace examples were not given much effort due to the rapidly changing nature of the project; however, now that development and organization has settled, it would be good to revisit these packages and add proper examples to better communicate to users how to use namespace contents.

For those wanting to contribute to this issue, you can use the following steps:

Related Issues

None.

Questions

No.

Other

No.

Checklist

bruno-noir commented 3 months ago

Hi there!

I noticed this issue wasn't assigned to anyone, but I went ahead and worked on it anyway. I've submitted a pull request to address it. Could you please take a look and let me know if any further changes are needed? Thanks!