Skip to content

Commit 713a7f2

Browse files
authored
docs: add missing private annotation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 531742b commit 713a7f2

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
2828
/**
2929
* Evaluates the natural logarithm of the probability density function (PDF) for an inverse gamma distribution with shape parameter `alpha` and scale parameter `beta` at a value `x`.
3030
*
31+
* @private
3132
* @param {number} x - input value
3233
* @param {PositiveNumber} alpha - shape parameter
3334
* @param {PositiveNumber} beta - scale parameter

0 commit comments

Comments
 (0)