Skip to content

Commit 759618a

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d1be7c7 commit 759618a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/rayleigh/skewness

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/skewness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ for ( i = 0; i < 10; i++ ) {
145145

146146
#### stdlib_base_dists_rayleigh_skewness( sigma )
147147

148-
Evaluates the skewness for a Rayleigh distribution.
148+
Returns the [skewness][skewness] of a [Rayleigh][rayleigh-distribution] distribution with scale parameter `sigma`.
149149

150150
```c
151151
double out = stdlib_base_dists_rayleigh_skewness( 9.0 );

0 commit comments

Comments
 (0)