Skip to content

Methodology

The billing model uses the daily model with small configuration changes and billing (monthly or bimonthly) interval data.

Model Theory🔗

Converting from billing data to daily data🔗

The billing model intakes billing data and calculates the average energy usage for each given period. For example if a bill covers 31 days and uses 93 therms total, then each day would be given 3 therms of usage. A billing period is assumed to start on the datetime in which it has a value and to end 1 day prior to the next datetime with a value with 1 final empty datetime signifying the end of the year resulting in 13 total datetimes for monthly billing data and 7 for bimonthly billing data. Pulling the temperature from EEweather ensures that each day’s mean temperature is correct.

From here, the data is treated as daily interval data and uses the daily model internally.

Configuration Changes🔗

The model shape, balance points, nomenclature, archetypes, and fitting procedure are those of the daily model and are not repeated here. The billing model differs in the following ways:


Real Data Example🔗

Here are 6 examples of how the billing model performs on real data. Because the billing data is converted to daily data, the plots show lines of data points where the usage is the same over the range of temperatures seen during each billing period.

Real world examples
For additional information and validation details, see References.