jxx123 / simglucose

A Type-1 Diabetes simulator implemented in Python for Reinforcement Learning purpose
MIT License
232 stars 111 forks source link

About CR and CF values in Quest.csv #24

Closed celikalp closed 3 years ago

celikalp commented 3 years ago

Hi,

When I compute CR and CF values manually, they do not match with the values given in Quest.csv. I computed them as follows. I know body weight (BW in vpatient_params.csv) and total daily insulin (TDI in Quest.csv) so CR=5.7*BW/TDI and CF=1960/TDI. How did you calculate CR and CF values in Quest.csv?

Thanks.

jxx123 commented 3 years ago

These parameters come from 2008 UVa/Padova Simulator academic version in Matlab.