Skip to content

Commit d68d3c9

Browse files
fix: changes in package
1 parent 20a52fc commit d68d3c9

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@stdlib/stats/base/dists/geometric/pmf",
2+
"name": "@stdlib/stats/base/dists/geometric/logpmf",
33
"version": "0.0.0",
4-
"description": "Geometric distribution probability mass function (PMF).",
4+
"description": "Geometric distribution logarithm of probability mass function (PMF).",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -61,6 +61,8 @@
6161
"probability",
6262
"pmf",
6363
"discrete distribution",
64+
"logarithm",
65+
"log",
6466
"geometric",
6567
"univariate",
6668
"discrete"

0 commit comments

Comments
 (0)