Skip to content

Commit 444ce3f

Browse files
committed
fix: update native.js
1 parent f569bed commit 444ce3f

File tree

1 file changed

+3
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/lib

1 file changed

+3
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/lib/native.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ var addon = require( './../src/addon.node' );
2626
// MAIN //
2727

2828
/**
29-
* Returns the differential entropy of a uniform distribution.
29+
* Evaluates the entropy of a uniform distribution.
3030
*
31+
* @private
3132
* @param {number} a - minimum support
3233
* @param {number} b - maximum support
33-
* @returns {number} differential entropy
34+
* @returns {number} entropy
3435
*
3536
* @example
3637
* var v = entropy( 0.0, 1.0 );

0 commit comments

Comments
 (0)