|
Statistics.Resampling.Bootstrap | Portability | portable | Stability | experimental | Maintainer | bos@serpentine.com |
|
|
|
|
|
Description |
The bootstrap method for statistical inference.
|
|
Synopsis |
|
|
|
Documentation |
|
|
A point and interval estimate computed via an Estimator.
| Constructors | Estimate | | estPoint :: !Double | Point estimate.
| estLowerBound :: !Double | Lower bound of the estimate interval (i.e. the lower bound of
the confidence interval).
| estUpperBound :: !Double | Upper bound of the estimate interval (i.e. the upper bound of
the confidence interval).
| estConfidenceLevel :: !Double | Confidence level of the confidence intervals.
|
|
| Instances | |
|
|
|
:: Double | Confidence level
| -> Sample | Sample data
| -> [Estimator] | Estimators
| -> [Resample] | Resampled data
| -> [Estimate] | | Bias-corrected accelerated (BCA) bootstrap. This adjusts for both
bias and skewness in the resampled distribution.
|
|
|
References
|
|
|
|
Produced by Haddock version 2.4.2 |