I was reading about an approach to Survival Analysis called "First Hitting Time Models" (threshold regression): https://www.jstatsoft.org/article/view/v066i08 , Can Survival Models model the time at which a random variable will first pass a certain point? , Modelling Time to Events
It took me a long time to understand, but I finally think I understood the following. First Hitting Time models offer the following advantage: If the true probability density of survival times (conditional on the covariates) is a Brownian Motion with Drift (i.e. a stochastic process, non IID), First Hitting Time models might be able to offer an advantage. But both AFT and First Hitting Time Models can both explicitly model "first passage time" - the only thing that they differ in, is the underlying distributional assumptions they make about the distribution of survival times.
This makes me think about the following point: In the real world, under what kinds of situations would the Survival Probability Distribution Function not be IID?
In all parametric cases of Survival Analysis I have come across, the probability distribution of survival times is always assigned a classic distribution (e.g. Weibull, Exponential, Log Normal, etc.). When we look at this problem from the semi-parametric approach, the Cox-PH model is used which does not explicitly make an assumption about the distribution of survival times, but nonetheless I don't think its treating hazard as a non-IID.
In the real world, what kinds of situations could arise such that the probability density of Survival Times would need to be non IID? Something in which the probability of survival at the current time will influence the probability of survival at future times? In such cases where we assign the survival probabilities as non-IID, will the survival function still be monotonic and strictly decreasing?
- Note: Here is a reference which shows how to determine if a process is Wiener Process: Testing whether a process is Wiener process