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.
weibull/logpdf
1 parent 9604482 commit de1b9a2Copy full SHA for de1b9a2
1 file changed
lib/node_modules/@stdlib/stats/base/dists/weibull/logpdf/README.md
@@ -183,7 +183,7 @@ Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [
183
184
```c
185
double out = stdlib_base_dists_weibull_logpdf( 2.0, 1.0, 0.5 );
186
-// returns ~3.307
+// returns ~-3.307
187
```
188
189
The function accepts the following arguments:
0 commit comments