gas and electric meters at the same building
Si Chen <sichen@...>
Hello,
What do you recommend when a building has gas and electric meters? I read on https://github.com/ For natural gas meter use data, the function :any:`eemeter.fit_
cooling_balance_points= so that models using cooling degree days are not considered.3.4.3.1: :any:`eemeter.fit_
fit_cdd=True, fit_intercept_only=True, fit_cdd_only=True, fit_hdd_only=True, fit_cdd_hdd=True for electricity data, and fit_cdd=False, fit_intercept_only=True, fit_cdd_only=False, fit_hdd_only=True, fit_cdd_hdd=False for gas data.So do you recommend building separate models for gas and electric with the parameters changed? |
|