Skip to content

Commit 8975f00

Browse files
authored
docs: update descriptions
PR-URL: stdlib-js#13219 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 14e698b commit 8975f00

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/node_modules/@stdlib/stats/base/dists/planck/mean/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
# Mean
2222

23-
> Planck distribution [expected value][expected-value].
23+
> Planck (discrete exponential) distribution [expected value][expected-value].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

lib/node_modules/@stdlib/stats/base/dists/planck/mean/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/planck/mean",
33
"version": "0.0.0",
4-
"description": "Planck distribution expected value.",
4+
"description": "Planck (discrete exponential) distribution expected value.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/base/dists/planck/stdev/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
# Standard Deviation
2222

23-
> Planck distribution [standard deviation][standard-deviation].
23+
> Planck (discrete exponential) distribution [standard deviation][standard-deviation].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

lib/node_modules/@stdlib/stats/base/dists/planck/stdev/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/planck/stdev",
33
"version": "0.0.0",
4-
"description": "Planck distribution standard deviation.",
4+
"description": "Planck (discrete exponential) distribution standard deviation.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/base/dists/planck/variance/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
# Variance
2222

23-
> Planck distribution [variance][variance].
23+
> Planck (discrete exponential) distribution [variance][variance].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

lib/node_modules/@stdlib/stats/base/dists/planck/variance/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/planck/variance",
33
"version": "0.0.0",
4-
"description": "Planck distribution variance.",
4+
"description": "Planck (discrete exponential) distribution variance.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)