馃幉 Function of a Random Variable
Base Distribution
Normal
Exponential
Uniform
Gamma
Beta
Chi-Square
Laplace
Logistic
Weibull
Pareto
Poisson
Binomial
Geometric
Hypergeometric
Negative Binomial
Parameter 1
Parameter 2
Parameter 3 (Optional)
Function g(x)
馃敘 Basic:
x
x虏
x鲁
1/x
|x|
馃搲 Roots & Logs:
鈭歺
鈭泋
ln(x)
log鈧佲個(x)
e耍
馃搻 Trigonometry:
sin(x)
cos(x)
tan(x)
arcsin(x)
arccos(x)
馃И Special:
floor(x)
ceil(x)
x路sin(x)
x虏 + 2x + 1
ReLU(x)
Hint: You can combine functions too! Try
np.sin(x**2)
or
np.exp(-x**2)
.
Generate