We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a6c5 commit 5451bd5Copy full SHA for 5451bd5
lib/node_modules/@stdlib/stats/base/dists/degenerate/logcdf/README.md
@@ -142,7 +142,7 @@ for ( i = 0; i < 100; i++ ) {
142
143
#### stdlib_base_dists_degenerate_logcdf( x, mu )
144
145
-Evaluates the natural logarithm of the (CDF) of a degenerate distribution centered at `mu`.
+Evaluates the natural logarithm of the [CDF][cdf] of a [degenerate distribution][degenerate-distribution] centered at `mu`.
146
147
```c
148
double y = stdlib_base_dists_degenerate_logcdf( 2.0, 3.0 );
0 commit comments