Skip to content

Commit 03d5538

Browse files
authored
fix: add private annotation
Signed-off-by: Vinit Pandit <[email protected]>
1 parent cdb3ff7 commit 03d5538

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/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 logarithm of the probability density function (PDF) for a Rayleigh distribution with scale parameter `sigma` at a value `x`.
3030
*
31+
* @private
3132
* @param {number} x - input value
3233
* @param {NonNegativeNumber} sigma - scale parameter
3334
* @returns {number} evaluated logPDF

0 commit comments

Comments
 (0)