Skip to content

Commit 5e6cc52

Browse files
authored
docs: normalize descriptions in stats/base/dists/cosine/{ctor,logcdf}
PR-URL: #12103 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 6ea601b commit 5e6cc52

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/node_modules/@stdlib/stats/base/dists/cosine/ctor/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Cosine distribution constructor.
22+
* Raised cosine distribution constructor.
2323
*
2424
* @module @stdlib/stats/base/dists/cosine/ctor
2525
*

lib/node_modules/@stdlib/stats/base/dists/cosine/logcdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# Logarithm of Cumulative Distribution Function
2222

23-
> Evaluate the natural logarithm of the [cumulative distribution function][cdf] (CDF) for a [raised cosine][cosine-distribution] distribution.
23+
> [Raised cosine][cosine-distribution] distribution logarithm of [cumulative distribution function][cdf].
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/base/dists/cosine/logcdf/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Natural logarithm of cumulative distribution function (CDF) for a raised cosine distribution.
22+
* Raised cosine distribution logarithm of cumulative distribution function (CDF).
2323
*
2424
* @module @stdlib/stats/base/dists/cosine/logcdf
2525
*

lib/node_modules/@stdlib/stats/base/dists/cosine/logcdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/base/dists/cosine/logcdf",
33
"version": "0.0.0",
4-
"description": "Natural logarithm of cumulative distribution function (CDF) for a raised cosine distribution.",
4+
"description": "Raised cosine distribution logarithm of cumulative distribution function (CDF).",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)