scipy.stats._result_classes.EmpiricalDistributionFunction.
evaluate
-
EmpiricalDistributionFunction.evaluate(x)[source]
Evaluate the empirical CDF/SF function at the input.
- Parameters:
- xndarray
Argument to the CDF/SF
- Returns:
- yndarray
The CDF/SF evaluated at the input