Skip to content

Commit 5451bd5

Browse files
chore: update markdown description
1 parent be4a6c5 commit 5451bd5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/degenerate/logcdf

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ for ( i = 0; i < 100; i++ ) {
142142

143143
#### stdlib_base_dists_degenerate_logcdf( x, mu )
144144

145-
Evaluates the natural logarithm of the (CDF) of a degenerate distribution centered at `mu`.
145+
Evaluates the natural logarithm of the [CDF][cdf] of a [degenerate distribution][degenerate-distribution] centered at `mu`.
146146

147147
```c
148148
double y = stdlib_base_dists_degenerate_logcdf( 2.0, 3.0 );

0 commit comments

Comments
 (0)