We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7523d28 commit 5a8367dCopy full SHA for 5a8367d
1 file changed
arch/bootstrap/base.py
@@ -462,6 +462,7 @@ def conf_int(self, func, reps=1000, method='basic', size=0.95, tail='two',
462
raise RuntimeError(message.format(jk_var=denom))
463
a = numer / denom
464
a = np.atleast_1d(a)
465
+ a = a[:, None]
466
else:
467
a = 0.0
468
0 commit comments