You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/hypergeometric/pmf/lib/native.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
28
28
/**
29
29
* Evaluates the probability mass function (PMF) for a hypergeometric distribution with population size `N`, subpopulation size `K`, and number of draws `n`.
30
30
*
31
+
* @private
31
32
* @param {number} x - input value
32
33
* @param {NonNegativeInteger} N - population size
33
34
* @param {NonNegativeInteger} K - subpopulation size
0 commit comments