e4st-dev / E4ST.jl

Engineering, Economic, and Environmental Electricity Simulation Tool (E4ST)
GNU General Public License v3.0
7 stars 1 forks source link

Add PercentWeightedHoursNonZero formula #285

Open sallyrobson opened 5 months ago

sallyrobson commented 5 months ago

We want to be able to calculate the amount of time that a constraint (or any other value) is non-zero aka binding. This would mean making a boolean matrix of whether the hour is binding. Then taking the average across hours for each table row and then taking the average of those averages.