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