Skip to content

Commit

Permalink
Update bootstrp.m
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed May 4, 2024
1 parent 870c3f4 commit 9a7a2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootstrp.m
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
else
% Faster when nvar is only one
xr = cell (1);
xr{1} = x{1}(bootsam);
xr{1} = x{1}(bootsam, :);
end
bootstat = reshape (bootfun (xr{:}), [], 1);

Expand Down

0 comments on commit 9a7a2d9

Please sign in to comment.