Bootstrap t test and confidence interval for the mean
[pval, cimean, cistd] = test1b(x [,CL,B])
matrix
is confidence level for the confidence intervals. Optional argument with default value 0.95.
is twice the one sided observed p-value,
confidence intervals for the mean and for the standard deviation respectively. These are of the form [LeftLimit, PointEstimate, RightLimit].
The number of bootstrap samples is B. Optional argument with default value 2000.
Bootstrap t test and confidence interval for the mean. Another name for the bootstrap t is studentized bootstrap.