spotify_confidence/samplesize/sample_size_calculator.py [104:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return SampleSize._calculate_samplesize(
            mde,
            baseline_variance,
            alpha,
            power,
            treatments,
            comparisons,
            treatment_costs,
            treatment_allocations,
            bonferroni_correction,
        )

    @staticmethod
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spotify_confidence/samplesize/sample_size_calculator.py [176:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return SampleSize._calculate_samplesize(
            mde,
            baseline_variance,
            alpha,
            power,
            treatments,
            comparisons,
            treatment_costs,
            treatment_allocations,
            bonferroni_correction,
        )

    @staticmethod
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



