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.
triangular/mean
1 parent 4f7ce62 commit 8085ec9Copy full SHA for 8085ec9
1 file changed
lib/node_modules/@stdlib/stats/base/dists/triangular/mean/README.md
@@ -173,7 +173,7 @@ Returns the [expected value][expected-value] of a [triangular][triangular-distri
173
174
```c
175
double out = stdlib_base_dists_triangular_mean( 0.0, 1.0, 0.5 );
176
-// returns ~0.333
+// returns 0.5
177
```
178
179
The function accepts the following arguments:
0 commit comments