Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dstore['mean_rates_by_src'] are not corrected for the investigation time #9423

Closed
kejohnso opened this issue Feb 8, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@kejohnso
Copy link
Contributor

kejohnso commented Feb 8, 2024

The values in dstore['mean_rates_by_src'] and the corresponding exports in mean_rates_by_src-0_<id>.csv are listed as annual frequencies of exceedance (afoe), but have not been scaled according to the investigation time. In the attached test with just one source, we see that the per-source afoes are larger than the total afoes for the job. When divided by the investigation time, these values match.

python check_output_rates.py <jobid>

Total AFE, Source AFE, (Source AFE)/inv_time
0.002012847922742367, 0.10064237505242538, 0.0020128475010485077
0.0014865562552586198, 0.07432783823037965, 0.0014865567646075932
0.0010888538090512156, 0.054442667412398005, 0.00108885334824796
0.0007903604418970644, 0.03951800124227541, 0.0007903600248455083
0.0005677588633261621, 0.02838791983081285, 0.000567758396616257
0.00040276438812725246, 0.02013819598827727, 0.0004027639197655454
0.0002812264719977975, 0.01406133353160726, 0.00028122667063214523
...

job.zip
check_output_rates.py.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants