scipy.stats._result_classes.EmpiricalDistributionFunction.evaluate# EmpiricalDistributionFunction.evaluate(x)[source]# Evaluate the empirical CDF/SF function at the input. Parameters: xndarrayArgument to the CDF/SF Returns: yndarrayThe CDF/SF evaluated at the input