Skip to content

Commit 16491e1

Browse files
Update stdlib_stats_distribution_gamma.md
1 parent 53382a3 commit 16491e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/specs/stdlib_stats_distribution_gamma.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Experimental
1717

1818
With one augument for shape parameter, the function returns a standard gamma distributed random variate \(\gamma\)(shape) with `rate = 1.0`. The function is elemental. For complex auguments, the real and imaginary parts are independent of each other.
1919

20-
With two auguments, the function return a scalar gamma distributed random variate \(\gamma\)(shape, rate).
20+
With two auguments, the function returns a scalar gamma distributed random variate \(\gamma\)(shape, rate) and is elemental.
21+
22+
With three auguments, the function returns a rank one array of gamma distribution random variates.
23+
24+
The parameters shape and rate must be greater than 0.
2125

2226
### Syntax
2327

0 commit comments

Comments
 (0)