-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update risk.py #67
Update risk.py #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, this is a big change on how to compute risk index. It might have big impact on people who are already used to the old scales, especially the risk index is no longer the sum of LBGI and HBGI. Risk index was computed as the sum of LBGI and HBGI for a long time in the original UVa/Padova Simulator.
To minimize the impact, I am thinking about introducing your new risk index computation as an alternative instead of completely replacing them. Maybe a more gentle way to do this is to issue deprecation warning, and advice people to use the new risk index instead. Let me know what you think on this. Thanks!
Out of curiosity, where did you find this code? Is it accessible somewhere? |
I had it as in the 2008 UVa/Padova Simulator Academic version. You might be able to request a version from epsilon group https://tegvirginia.com/software/t1dms-2014/, but I heard stories that there was no reply from them. |
Fixing #63