Skip to content

Commit ed68e9f

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 12be2b0 commit ed68e9f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/kurtosis/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"libpath": [],
4040
"dependencies": [
4141
"@stdlib/math/base/napi/binary",
42-
"@stdlib/math/base/assert/is-nan",
43-
"@stdlib/math/base/special/ceil"
42+
"@stdlib/math/base/assert/is-nan"
4443
]
4544
},
4645
{

lib/node_modules/@stdlib/stats/base/dists/binomial/kurtosis/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <stdint.h>
2222

2323
/**
24-
* Returns the kurtosis of a binomial distribution.
24+
* Returns the excess kurtosis of a binomial distribution with number of trials `n` and success probability `p`.
2525
*
2626
* @param n number of trials
2727
* @param p success probability

0 commit comments

Comments
 (0)