mqr.inference.stddev.
confint_2sample#
- mqr.inference.stddev.confint_2sample(x, y, conf=0.95, bounded='both', method='f')#
Confidence interval for the ratio of standard deviations of two samples.
- Parameters:
- x, yarray_like
Calculate interval for the ratio of standard deviations of these two samples.
- conffloat, optional
Confidence level that determines the width of the interval.
- bounded{‘both’, ‘below’, ‘above’}, optional
Which sides of the interval to close.
- method{‘f’}, optional
Only ‘f’ is available, which calculates the standard deviation from an interval on variance.
- Returns: