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 4ff5fbd commit 9440532Copy full SHA for 9440532
23.Beta_distribution.py
@@ -31,6 +31,9 @@
31
a: Float or array like float values and non-negative (for Alpha)
32
b: Float or array like float values and non-negative (for Beta)
33
size: int or tuple of int values in return
34
+
35
+Reference Links:
36
+1. https://en.wikipedia.org/wiki/Beta_distribution
37
'''
38
39
import numpy.random as r
0 commit comments