elisa.plot.errorbars
Error bars calculation.
-
wstat(s, n_on, n_off, a) → Array[source]
-
pgstat(s, n, b_est, b_err, a) → Array[source]
-
get_sigma(cl: float) → float[source]
-
get_delta(cl: float) → float[source]
-
pgstat_errors(n: ndarray, b_est: ndarray, b_err: ndarray, a: ndarray, uplim: float = 0.95) → ndarray[source]
-
wstat_errors(n_on: ndarray, n_off: ndarray, a: float | ndarray, uplim: float = 0.95) → tuple[ndarray, ndarray, ndarray][source]