Check day pattern model results against original data
check_daypat_results.RdChecks that day pattern model results match original data by comparing totals. Use to validate model fit for day pattern classification.
Details
Predicts day type probabilities and multiplies by estimation weights.
Sums predicted and original counts by day type.
Checks equality within tolerance; prints message if passed.
Used for validation; returns nothing.
See also
scripts/weighting/daypat_model.R
Other validation helpers:
check_group_sum(),
check_group_sums(),
check_initial_weights(),
check_ref_counts(),
check_weight_skew()