Content-Length: 11922 | pFad | http://hackage.haskell.org/package/statistics-0.3.6/docs/Statistics-Resampling-Bootstrap.html

Statistics.Resampling.Bootstrap

statistics-0.3.6: A library of statistical types, data, and functions

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com

Statistics.Resampling.Bootstrap

Contents

Description

The bootstrap method for statistical inference.

Synopsis

Documentation

data Estimate Source

A point and interval estimate computed via an Estimator.

Constructors

Estimate 

Fields

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

bootstrapBCASource

Arguments

:: 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









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://hackage.haskell.org/package/statistics-0.3.6/docs/Statistics-Resampling-Bootstrap.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy