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 09e6ecb commit 02e6ba8Copy full SHA for 02e6ba8
lib/node_modules/@stdlib/stats/base/dists/laplace/variance/lib/native.js
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
28
/**
29
* Returns the variance for a Laplace distribution with location `mu` and scale `b`.
30
*
31
+* @private
32
* @param {number} mu - location parameter
33
* @param {PositiveNumber} b - scale parameter
34
* @returns {PositiveNumber} variance
0 commit comments