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 de1b9a2 commit ea63211Copy full SHA for ea63211
1 file changed
lib/node_modules/@stdlib/stats/base/dists/triangular/variance/README.md
@@ -173,7 +173,7 @@ Returns the [variance][variance] of a [triangular][triangular-distribution] dist
173
174
```c
175
double out = stdlib_base_dists_triangular_variance( 0.0, 1.0, 0.5 );
176
-// returns ~0.056
+// returns ~0.042
177
```
178
179
The function accepts the following arguments:
0 commit comments