Closed DonataOsthues closed 2 years ago
import numpy as np from resample.bootstrap import variance def fn(x): return 1 x = np.arange(10).reshape(5, 2) variance(fn, x, method="extended")