flopscope.stats.logistic
flopscope.stats.logistic
Logistic continuous random variable.
This object mirrors scipy.stats.logistic.
Notes
loc is the center of the distribution and scale controls the
spread. The CDF is the sigmoid function and the PPF is the logit
function. Each public method deducts 1 * numel(input) FLOPs from the
active budget.