Skip to content

Conversation

@nishant-s7
Copy link
Contributor

@nishant-s7 nishant-s7 commented Mar 6, 2024

Resolves #1641

Description

What is the purpose of this pull request?

This pull request:

  • Add examples of the functions present in stats/base/dists/poisson namespace and their usage.
  • Adds example demonstration using 7 functions in the README.
  • Adds the same demonstration example in examples/index.js

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

I've created a real-life use case to make it more interesting, which utilizes some commonly used functions of poisson distribution.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

…tion

Add examples to README file and examples/index.js file of poisson distribution.
Copy link
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@Planeshifter Planeshifter self-requested a review March 6, 2024 13:55
@Planeshifter Planeshifter added Needs Review A pull request which needs code review. Documentation Improvements, additions, or changes to documentation. JavaScript Issue involves or relates to JavaScript. labels Mar 6, 2024
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@Planeshifter
Copy link
Member

Thanks @nishant-s7 for your PR! Looks good, just keep in mind that per our style conventions we do not include a space in console annotations, so e.g. // => ~ 3.12 should be // => ~3.12.

Will merge once CI has passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements, additions, or changes to documentation. JavaScript Issue involves or relates to JavaScript.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: improve README examples of stats/base/dists/poisson namespace

3 participants