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 cb514cd commit e63a40aCopy full SHA for e63a40a
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/README.md
@@ -175,7 +175,7 @@ for ( i = 0; i < 10; i++ ) {
175
176
#### stdlib_base_dists_betaprime_stdev( alpha, beta )
177
178
-Returns the standard deviation of an betaprime distribution.
+Returns the standard deviation of a betaprime distribution.
179
180
```c
181
double out = stdlib_base_dists_betaprime_stdev( 1.0, 3.0 );
0 commit comments