mescla.reactions.residuals.measured_vs_predicted¶
- mescla.reactions.residuals.measured_vs_predicted(result, observed)[source]¶
Per-species comparison of measured and mixing-predicted concentrations.
- Returns:
DataFrame – Mean measured and predicted concentration, the mean departure and the same relative to the prediction (so +0.30 reads as “30% more than conservative mixing accounts for”), the standard deviation of the departure, and a paired t-test of whether the mean departure differs from zero.
- Parameters:
result (MixingResult)
observed (Any)
- Return type:
pd.DataFrame