normal#
- swordfish.function.normal()#
Alias for norm. Return a vector (matrix) that follows a normal distribution.
- Parameters:
mean (Constant) – A numeric scalar indicating the mean of a normal distribution.
std (Constant) – A numeric scalar indicating standard deviation of a normal distribution.
count (Constant) – An integral scalar/pair. A scalar indicates the length of the output vector. A pair indicates the dimension of the output matrix.