functions
gaussian_matrix(x, mu, sigma)
Applies gaussian function elementwise from a 'mu' and 'sigma' matrix; given a variable 'x'
Source code in slimfit/functions.py
41 42 43 44 45 46 47 48 49 50 |
|