skbio.stats.power.confidence_bound(vec, alpha=0.05, df=None, axis=None)[source]¶Calculates a confidence bound assuming a normal distribution
State: Experimental as of 0.4.0.
| Parameters: |
|
|---|---|
| Returns: | bound – The confidence bound around the mean. The confidence interval is [mean - bound, mean + bound]. |
| Return type: | float |