Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
38 |
def normal_distribution_array(mu:float, sigma:float):
|
39 |
"""A tool calculate a numpy array of a normal distribution using the mu and sigma.
|
40 |
Args:
|
41 |
-
mu
|
42 |
-
sigma
|
43 |
"""
|
44 |
try:
|
45 |
from numpy.random import normal
|
|
|
38 |
def normal_distribution_array(mu:float, sigma:float):
|
39 |
"""A tool calculate a numpy array of a normal distribution using the mu and sigma.
|
40 |
Args:
|
41 |
+
mu: median of the normal distriburion.
|
42 |
+
sigma: standard deviation of the normal distribution.
|
43 |
"""
|
44 |
try:
|
45 |
from numpy.random import normal
|