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.
stats/base/dists/exponenetial/logpdf/README.md
1 parent d33a1c1 commit 15be226Copy full SHA for 15be226
1 file changed
lib/node_modules/@stdlib/stats/base/dists/exponential/logpdf/README.md
@@ -166,7 +166,7 @@ Evaluates the natural logarithm of the [probability density function][pdf] (PDF)
166
167
```c
168
double out = stdlib_base_dists_exponential_logpdf( 2.0, 0.7 );
169
-// returns ~0.173
+// returns ~-1.757
170
```
171
172
The function accepts the following arguments:
0 commit comments