We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f569bed commit 444ce3fCopy full SHA for 444ce3f
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/lib/native.js
@@ -26,11 +26,12 @@ var addon = require( './../src/addon.node' );
26
// MAIN //
27
28
/**
29
-* Returns the differential entropy of a uniform distribution.
+* Evaluates the entropy of a uniform distribution.
30
*
31
+* @private
32
* @param {number} a - minimum support
33
* @param {number} b - maximum support
-* @returns {number} differential entropy
34
+* @returns {number} entropy
35
36
* @example
37
* var v = entropy( 0.0, 1.0 );
0 commit comments