File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
lib/node_modules/@stdlib/stats/base/dists/planck/logcdf Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020
2121# Logarithm of Cumulative Distribution Function
2222
23- > Evaluate the logarithm of [ cumulative distribution function] [ cdf ] Planck (discrete exponential) distribution.
23+ > Evaluate the logarithm of the [ cumulative distribution function] [ cdf ] Planck (discrete exponential) distribution.
2424
2525<section class =" intro " >
2626
Original file line number Diff line number Diff line change 5050 Returns
5151 -------
5252 logcdf: Function
53- Logarithm of cumulative distribution function (CDF).
53+ Logarithm of the cumulative distribution function (CDF).
5454
5555 Examples
5656 --------
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ interface LogCDF {
8686}
8787
8888/**
89- * Evaluates the logarithm of cumulative distribution function (CDF) for a Planck distribution with shape parameter `lambda`.
89+ * Evaluates the logarithm of the cumulative distribution function (CDF) for a Planck distribution with shape parameter `lambda`.
9090*
9191* @param x - input value
9292* @param lambda - shape parameter
Original file line number Diff line number Diff line change 1919'use strict' ;
2020
2121/**
22- * Evaluate the logarithm of cumulative distribution function (CDF) for a Planck distribution with shape parameter `lambda`.
22+ * Evaluate the logarithm of the cumulative distribution function (CDF) for a Planck distribution with shape parameter `lambda`.
2323*
2424* @module @stdlib /stats/base/dists/planck/logcdf
2525*
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats/base/dists/planck/logcdf" ,
33 "version" : " 0.0.0" ,
4- "description" : " Evaluate the logarithm of cumulative distribution function (CDF) for a Planck (discrete exponential) distribution." ,
4+ "description" : " Evaluate the logarithm of the cumulative distribution function (CDF) for a Planck (discrete exponential) distribution." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments