mqr.inference.variance.

confint_2sample#

mqr.inference.variance.confint_2sample(x, y, conf=0.95, bounded='both', method='f')#

Confidence interval for the ratio of variances of two samples.

Parameters:
x, yarray_like

Calcaulate interval for the ratio of variances 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’ for an exact interval based on the F distribution.

Returns:
mqr.inference.confint.ConfidenceInterval