Skip to content

Commit ed29b7e

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7f27f99 commit ed29b7e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
2626
// MAIN //
2727

2828
/**
29-
* Returns the pdf of a lognormal distribution with location parameter `mu` and scale parameter `sigma` at a value `x`.
29+
* Evaluates the probability density function (PDF) for a lognormal distribution with location `mu` and scale `sigma`.
3030
*
3131
* @private
3232
* @param {number} x - input value

0 commit comments

Comments
 (0)