Skip to content

Conversation

anandkaranubc
Copy link
Contributor

Resolves

#3660


Description

Purpose of this pull request

This pull request:

  • Adds a C implementation of the excess kurtosis of a hypergeometric distribution.
  • Includes benchmarks for the C implementation.
  • Provides examples demonstrating the usage of the excess kurtosis of a hypergeometric distribution in C.

Related Issues

Does this pull request have any related issues?

This pull request:


Questions

Any questions for reviewers of this pull request?

No.


Other Information

Any other relevant information?

No.


Checklist

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


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. Needs Review A pull request which needs code review. labels Jan 5, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Jan 5, 2025

Coverage Report

Package Statements Branches Functions Lines
stats/base/dists/hypergeometric/kurtosis $\color{green}219/219$
$\color{green}+100.00\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}219/219$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@anandkaranubc anandkaranubc marked this pull request as draft January 8, 2025 02:19
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Jan 8, 2025
@anandkaranubc
Copy link
Contributor Author

/stdlib lint-autofix

@anandkaranubc
Copy link
Contributor Author

Made the changes, taking feedback from #4593

@stdlib-bot stdlib-bot added bot: In Progress Pull request is currently awaiting automation. and removed bot: In Progress Pull request is currently awaiting automation. labels Jan 8, 2025
@anandkaranubc anandkaranubc marked this pull request as ready for review January 8, 2025 07:45
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jan 8, 2025
@anandkaranubc anandkaranubc marked this pull request as draft January 16, 2025 00:25
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Jan 16, 2025
@anandkaranubc anandkaranubc deleted the rfc/hypergeom-kurtosis branch May 10, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: Add C implementation for @stdlib/stats/base/dists/hypergeometric/kurtosis

2 participants