FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add C implementation for arcsine CDF by Planeshifter · Pull Request #3354 · stdlib-js/stdlib · GitHub

feat: add C implementation for arcsine CDF - #3354

Merged
kgryte merged 8 commits into
developfrom
philipp/arcsine-cdf-c-api
Dec 11, 2024
Merged

feat: add C implementation for arcsine CDF#3354
kgryte merged 8 commits into
developfrom
philipp/arcsine-cdf-c-api

Conversation

Planeshifter commented Dec 7, 2024
edited
Loading

Copy link
Copy Markdown
Member

Resolves #3384 .

Description

What is the purpose of this pull request?

This pull request:

  • Adds a C implementation of the arcsine cumulative distribution function (CDF).
  • Includes benchmarks for the C implementation.
  • Provides examples demonstrating the usage of the arcsine CDF 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

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

No.

Checklist

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


@stdlib-js/reviewers

stdlib-bot commented Dec 7, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
stats/base/dists/arcsine/cdf $\color{green}317/317$
$\color{green}+100.00\%$
$\color{green}27/27$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}317/317$
$\color{green}+100.00\%$

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

Copy link
Copy Markdown
Member Author

/stdlib update-copyright-years

stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Dec 7, 2024
stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Dec 7, 2024
Planeshifter marked this pull request as ready for review December 7, 2024 14:03
Planeshifter requested a review from kgryte December 7, 2024 14:03
stdlib-bot added the Needs Review A pull request which needs code review. label Dec 7, 2024
kgryte added Feature Issue or pull request for adding a new feature. Statistics Issue or pull request related to statistical functionality. labels Dec 11, 2024

kgryte commented Dec 11, 2024

Copy link
Copy Markdown
Member

This PR is also missing benchmark.native.js.

Planeshifter and others added 2 commits December 10, 2024 21:02
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>

// MAIN //

bench( pkg, opts, function benchmark( b ) {

kgryte Dec 13, 2024
edited
Loading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is missing pkg+'::native'.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Issue or pull request for adding a new feature. 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/arcsine/cdf

3 participants


Back | FazBrowse Home | New Git URL