Skip to content

Commit

Permalink
minor tweaks to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Apr 27, 2024
1 parent 2e2251b commit 8cdd811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions inst/bootci.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Performs single or double bootstrap (or bootknife) resampling and calculates
% confidence intervals.
% Bootstrap confidence intervals: Performs bootstrap and calculates confidence
% intervals from the resulting bootstrap statistics.
%
% -- Function File: CI = bootci (NBOOT, BOOTFUN, D)
% -- Function File: CI = bootci (NBOOT, BOOTFUN, D1,...,DN)
Expand Down
3 changes: 2 additions & 1 deletion inst/bootstrp.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Bootstrap resampling.
% Bootstrap: Resample with replacement to generate new samples and return the
% statistic(s) calculated by evaluating the specified function on each resample.
%
%
% -- Function File: BOOTSTAT = bootstrp (NBOOT, BOOTFUN, D)
Expand Down

0 comments on commit 8cdd811

Please sign in to comment.