seldonian.utils.stats_utils¶
Functions
Custom implementation of np.cumprod that works with autograd Source: https://github.com/HIPS/autograd/issues/257 |
|
A wrapper around model.fit() to use as the initial_solution_fn parameter to the spec. |
|
|
Calculate the softmax for a vector of values, x |
|
Sample standard deviation of the vector v, with Bessel's correction |
|
Returns the inverse of Student's t CDF using the degrees of freedom in nu for the corresponding probabilities in p. |
|
Calculate weighted sum of an array, where weights are gamma**(index of arr). |