Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# Logarithm of Probability Mass Function

> Evaluate the natural logarithm of the [probability mass function][pmf] (PMF) for a [degenerate distribution][degenerate-distribution].
> [Degenerate distribution][degenerate-distribution] logarithm of [probability mass function][pmf] (logPMF).

<section class="intro">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'use strict';

/**
* Natural logarithm of the probability mass function (PMF) for a degenerate distribution.
* Degenerate distribution natural logarithm of probability mass function (logPMF).
*
* @module @stdlib/stats/base/dists/degenerate/logpmf
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/base/dists/degenerate/logpmf",
"version": "0.0.0",
"description": "Natural logarithm of the probability mass function (PMF) for a degenerate distribution.",
"description": "Degenerate distribution logarithm of probability mass function (logPMF).",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down Expand Up @@ -62,6 +62,7 @@
"probability",
"prob",
"pmf",
"logpmf",
"degenerate",
"point mass",
"logarithm",
Expand Down