issues
search
codeforboston
/
home-energy-analysis-tool
https://www.codeforboston.org/projects/
MIT License
12
stars
31
forks
source link
Refine UA and balance point calculations through outlier detection
#46
Closed
mciethan
closed
1 year ago
mciethan
commented
1 year ago
fixes #13 fixes #49 fixes #50
To do:
[x] add outlier removal functionality
[x] make sure requirements.txt reflects the addition of numpy to pyproject.toml
[x] raise some kind of error if balance point goes as high as thermostat set point (meaning we can't produce a valid estimate for that home)
[x] add a parameter for the minimum reduction in stdev percentage that makes the removal of an outlier worth it
[x] consider making a BillingPeriod class which bundles together start date, end date, usage, etc
[x] add some more tests
fixes #13 fixes #49 fixes #50
To do: