Skip to content

Commit 9440532

Browse files
committed
changes
1 parent 4ff5fbd commit 9440532

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

23.Beta_distribution.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
a: Float or array like float values and non-negative (for Alpha)
3232
b: Float or array like float values and non-negative (for Beta)
3333
size: int or tuple of int values in return
34+
35+
Reference Links:
36+
1. https://en.wikipedia.org/wiki/Beta_distribution
3437
'''
3538

3639
import numpy.random as r

0 commit comments

Comments
 (0)