numpy¶
The numpy module supplements the functions provided by numpy.
Functions¶
gaussian(x, mu, sigma) |
Gaussian function of the form . |
frexp10(x) |
Finds the mantissa and exponent of a number such that . |
Vectors¶
linspaceborders(array) |
Generate a new array with numbers interpolated between the numbers of the input array. |
linspacestep(start, stop[, step]) |
Create a vector of values over an interval with a specified step size. |
.
such that
.