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/pdf
1 parent 3ea11f2 commit 9604482Copy full SHA for 9604482
1 file changed
lib/node_modules/@stdlib/stats/base/dists/weibull/pdf/README.md
@@ -173,7 +173,7 @@ Evaluates the [probability density function][pdf] (PDF) for a [Weibull][weibull-
173
174
```c
175
double out = stdlib_base_dists_weibull_pdf( 2.0, 1.0, 1.0 );
176
-// returns ~0.037
+// returns ~0.135
177
```
178
179
The function accepts the following arguments:
0 commit comments