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 c352a3f commit e213c1cCopy full SHA for e213c1c
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/lib/native.js
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
28
/**
29
* Evaluates the quantile function for a Pareto (Type I) distribution with shape parameter `alpha` and scale parameter `beta` at a probability `p`.
30
*
31
+* @private
32
* @param {Probability} p - input value
33
* @param {PositiveNumber} alpha - shape parameter
34
* @param {PositiveNumber} beta - scale parameter
0 commit comments