stat_surrogate_ci#

stat_surrogate_ci(distribution, alpha=0.05, tail='both')#

Compute surrogate confidence intervals along the last axis.

Parameters:
  • distribution (Any) – Surrogate statistic array whose last axis stores surrogate replications.

  • alpha (float) – Type-I error rate.

  • tail (str) – "upper", "lower", "one", or "both".

Return type:

ndarray