File tree 5 files changed +5
-5
lines changed
lib/node_modules/@stdlib/stats/base/dists/planck/logcdf
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.
20
20
21
21
# Logarithm of Cumulative Distribution Function
22
22
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.
24
24
25
25
<section class =" intro " >
26
26
Original file line number Diff line number Diff line change 50
50
Returns
51
51
-------
52
52
logcdf: Function
53
- Logarithm of cumulative distribution function (CDF).
53
+ Logarithm of the cumulative distribution function (CDF).
54
54
55
55
Examples
56
56
--------
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ interface LogCDF {
86
86
}
87
87
88
88
/**
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`.
90
90
*
91
91
* @param x - input value
92
92
* @param lambda - shape parameter
Original file line number Diff line number Diff line change 19
19
'use strict' ;
20
20
21
21
/**
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`.
23
23
*
24
24
* @module @stdlib /stats/base/dists/planck/logcdf
25
25
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/stats/base/dists/planck/logcdf" ,
3
3
"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." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments