File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
name: statistics-resampling
2
- version: 5.5.11
3
- date: 2024-05-13
2
+ version: 5.5.12
3
+ date: 2024-05-15
4
4
author: Andrew Penn <andy.c.penn@gmail.com>
5
5
maintainer: Andrew Penn <andy.c.penn@gmail.com>
6
6
title: A statistics package with a variety of resampling tools
Original file line number Diff line number Diff line change 21
21
% cluster/block (i.e. no clustering or blocking). The means of the resamples
22
22
% are then computed and the following statistics are displayed:
23
23
% - original: the original estimate(s) calculated by BOOTFUN and the DATA
24
- % - bias: bootstrap bias of the estimate (s)
25
- % - std_error: bootstrap standard error of the estimate (s)
26
- % - CI_lower: lower bound(s) of the 95% bootstrap confidence interval
27
- % - CI_upper: upper bound(s) of the 95% bootstrap confidence interval
24
+ % - bias: bootstrap estimate of the bias of the sampling distribution (s)
25
+ % - std_error: bootstrap estimate(s) of the standard error (s)
26
+ % - CI_lower: lower bound(s) of the 95% bootstrap confidence interval(s)
27
+ % - CI_upper: upper bound(s) of the 95% bootstrap confidence interval(s)
28
28
%
29
29
% 'bootclust (DATA, NBOOT)' specifies the number of bootstrap resamples,
30
30
% where NBOOT is a scalar, positive integer corresponding to the number
Original file line number Diff line number Diff line change 20
20
% (column vector or matrix) and compute their means and display the
21
21
% following statistics:
22
22
% - original: the original estimate(s) calculated by BOOTFUN and the DATA
23
- % - bias: bootstrap bias of the estimate (s)
24
- % - std_error: bootstrap standard error of the estimate (s)
25
- % - CI_lower: lower bound(s) of the 95% bootstrap confidence interval
26
- % - CI_upper: upper bound(s) of the 95% bootstrap confidence interval
23
+ % - bias: bootstrap estimate of the bias of the sampling distribution (s)
24
+ % - std_error: bootstrap estimate(s) of the standard error (s)
25
+ % - CI_lower: lower bound(s) of the 95% bootstrap confidence interval(s)
26
+ % - CI_upper: upper bound(s) of the 95% bootstrap confidence interval(s)
27
27
%
28
28
% 'bootknife (DATA, NBOOT)' specifies the number of bootstrap resamples,
29
29
% where NBOOT can be either:
Original file line number Diff line number Diff line change 88
88
% the following basic statistics relating to each column of BOOTSTAT:
89
89
% - original: the original estimate(s) calculated by BOOTFUN and the DATA
90
90
% - mean: the mean of the bootstrap distribution(s)
91
- % - bias: bootstrap bias estimate (s)
91
+ % - bias: bootstrap estimate of the bias of the sampling distribution (s)
92
92
% - bias_corrected: original estimate(s) after subtracting the bias
93
93
% - var: bootstrap variance of the original estimate(s)
94
- % - std_error: bootstrap standard error of the original estimate (s)
94
+ % - std_error: bootstrap estimate(s) of the standard error (s)
95
95
% If BOOTSTAT is not numeric, STATS only returns the 'original' field. If
96
96
% BOOTFUN is empty, then the value of the 'original' field is also empty.
97
97
%
Original file line number Diff line number Diff line change 20
20
% p-values after imposing the null hypothesis (H0) [1-4]. The following
21
21
% statistics are printed to the standard output:
22
22
% - original: the mean of the data vector y
23
- % - std_err: heteroscedasticity-consistent standard error(s)
23
+ % - std_err: heteroscedasticity-consistent standard error(s) (HC0)
24
24
% - CI_lower: lower bound(s) of the 95% bootstrap-t confidence interval
25
25
% - CI_upper: upper bound(s) of the 95% bootstrap-t confidence interval
26
26
% - tstat: Student's t-statistic
You can’t perform that action at this time.
0 commit comments