File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/node_modules/@stdlib/stats/base/dists/normal/cdf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var addon = require( './../src/addon.node' );
3232* @param {number } x - input value
3333* @param {number } mu - mean
3434* @param {number } sigma - standard deviation
35- * @returns {Probability } evaluated CDF
35+ * @returns {Probability } evaluated cumulative distribution function
3636*
3737* @example
3838* var y = cdf( 2.0, 0.0, 1.0 );
Original file line number Diff line number Diff line change 2626* with mean `mu` and standard deviation `sigma` at a value `x`.
2727*
2828* @param x input value
29- * @param mu mean of the distribution
30- * @param sigma standard deviation of the distribution
31- * @return evaluated CDF
29+ * @param mu mean
30+ * @param sigma standard deviation
31+ * @return evaluated cumulative distribution function
3232*
3333* @example
3434* double y = stdlib_base_arcsine_cdf( 2.0, 0.0, 1.0 );
You can’t perform that action at this time.
0 commit comments