You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we look at the evaluation we look primarily at the "days difference", which is an attempt to quantify how much faster we would find a critical violation over the test period.
There is a secondary component to the evaluation, which is the basis for many of the graphs shown in the white paper. The second component is a summary of day by day inspection counts, and the number of critical violations found shown side-by-side with the simulated violations.
An example of the second summary is shown below, where N is the inspection count, POS indicates the critical violations found, and SIM indicates the "simulated" results from the experiment. In all cases TOT indicates a running cumulative sum.
It is possible to calculate the "days saved" (the primary evaluation metric) from the table shown above. However, it will be useful to be able to quickly calculate the "days saved" metric directly, because then it's available if someone wants to use it in an objective function or optimization.
So, the point of this issue is to break out the eavl_model into the first and second components, and remove a lot of unclear and unnecessary code in the 30 model script.
The text was updated successfully, but these errors were encountered:
This is in reference to pull request @cash
When we look at the evaluation we look primarily at the "days difference", which is an attempt to quantify how much faster we would find a critical violation over the test period.
There is a secondary component to the evaluation, which is the basis for many of the graphs shown in the white paper. The second component is a summary of day by day inspection counts, and the number of critical violations found shown side-by-side with the simulated violations.
An example of the second summary is shown below, where N is the inspection count, POS indicates the critical violations found, and SIM indicates the "simulated" results from the experiment. In all cases TOT indicates a running cumulative sum.
It is possible to calculate the "days saved" (the primary evaluation metric) from the table shown above. However, it will be useful to be able to quickly calculate the "days saved" metric directly, because then it's available if someone wants to use it in an objective function or optimization.
So, the point of this issue is to break out the
eavl_model
into the first and second components, and remove a lot of unclear and unnecessary code in the 30 model script.The text was updated successfully, but these errors were encountered: