API Reference ************* .. automodule:: bootstrap_stat .. note:: The ``alpha`` parameter in all interval functions controls the per-tail probability, so ``alpha=0.05`` produces a **90%** interval (5% excluded from each tail). This follows the convention in [ET93]_. Distributions ============= .. automodule:: bootstrap_stat.distributions :members: Sampling ======== .. automodule:: bootstrap_stat.sampling :members: Standard Error ============== .. automodule:: bootstrap_stat.standard_error :members: Bias ==== .. automodule:: bootstrap_stat.bias :members: Confidence Intervals ==================== .. automodule:: bootstrap_stat.confidence :members: Significance Testing ==================== .. automodule:: bootstrap_stat.significance :members: Prediction ========== .. automodule:: bootstrap_stat.prediction :members: Datasets ======== .. automodule:: bootstrap_stat.datasets :members: