mescla.uncertainty.propagation.two_component_uncertainty¶ mescla.uncertainty.propagation.two_component_uncertainty(c_sample, c_1, c_2, sd_sample, sd_1, sd_2, confidence=0.95)[source]¶ Two-component fractions with a confidence interval, as a DataFrame. Parameters: confidence (float, default 0.95) – Two-sided level for the interval, assuming normality. c_sample (Any) c_1 (float) c_2 (float) sd_sample (float) sd_1 (float) sd_2 (float)