-
-
Notifications
You must be signed in to change notification settings - Fork 907
feat: add C implementation for stats/base/dists/beta/kurtosis
#4045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add C implementation for stats/base/dists/beta/kurtosis
#4045
Conversation
@Planeshifter while adding c files for the packages which require:-
Similar issues can be seen while implementing C files for other packages ex;- |
@Neerajpathak07 you have used |
@sethdivyansh Ik where the error was and I did implement them in a local branch to test if it was working and it didn't if you would refer to the following linked PR's in them I have added all the necessary files and there implementation including |
Coverage Report
The above coverage report was generated for the changes in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's land it; thanks!
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#4045 Closes: stdlib-js#3425 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Neeraj Pathak <[email protected]>
PR-URL: stdlib-js#4045 Closes: stdlib-js#3425 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Neeraj Pathak <[email protected]>
Resolves #3425 .
Description
This pull request:
stats/base/dists/beta/kurtosis
Related Issues
This pull request:
@stdlib/stats/base/dists/beta/kurtosis
#3425Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers