Skip to content

Commit 5a8367d

Browse files
committed
conf_int(method='bca') scaler fix.
1 parent 7523d28 commit 5a8367d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/bootstrap/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ def conf_int(self, func, reps=1000, method='basic', size=0.95, tail='two',
462462
raise RuntimeError(message.format(jk_var=denom))
463463
a = numer / denom
464464
a = np.atleast_1d(a)
465+
a = a[:, None]
465466
else:
466467
a = 0.0
467468

0 commit comments

Comments
 (0)