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/geometric/stdev
1 parent acd1595 commit c4d51dbCopy full SHA for c4d51db
1 file changed
lib/node_modules/@stdlib/stats/base/dists/geometric/stdev/README.md
@@ -151,7 +151,7 @@ Returns the [standard deviation][standard-deviation] of a [geometric][geometric-
151
152
```c
153
double out = stdlib_base_dists_geometric_stdev( 0.5 );
154
-// returns 1.0
+// returns ~1.414
155
```
156
157
The function accepts the following arguments:
0 commit comments