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
Hi, thanks for making this repo available with all the detailed examples! I noticed that in the simulation files in examples/data (e.g.Simulation_Linear/utils.py), the survival times $T_0$ and $T_1$ are generated as:
This approach seems to result in log-normally distributed $T_0$ and $T_1$. I'm curious about this since, in works like Alaa et al., 2017 (which is cited in the BITES paper), survival times are assumed to be exponentially distributed and sampled e.g. using np.random.exponential in pycox. Could you please clarify the reasoning behind this approach for generating survival times?
Thanks again for your great work!
The text was updated successfully, but these errors were encountered:
shuhxi
changed the title
Question about data simulation methodology in examples
Question about survival time data simulation methodology in examples
Nov 20, 2024
Hi, thanks for making this repo available with all the detailed examples! I noticed that in the simulation files in$T_0$ and $T_1$ are generated as:
examples/data
(e.g.Simulation_Linear/utils.py), the survival timesThis approach seems to result in log-normally distributed$T_0$ and $T_1$ . I'm curious about this since, in works like Alaa et al., 2017 (which is cited in the BITES paper), survival times are assumed to be exponentially distributed and sampled e.g. using
np.random.exponential
in pycox. Could you please clarify the reasoning behind this approach for generating survival times?Thanks again for your great work!
The text was updated successfully, but these errors were encountered: