white07S / Fibonacci-Retracement

Machine learning model for finding Retracement,Support and Resistance
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Read Survival Analysis materials #8

Closed bujowskis closed 1 year ago

bujowskis commented 1 year ago
lukik45 commented 1 year ago

@white07S should we just familiarise ourselves with these two links, or sth more? https://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_Survival/BS704_Survival6.html https://square.github.io/pysurvival/

white07S commented 1 year ago

@white07S should we just familiarise ourselves with these two links, or sth more? https://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_Survival/BS704_Survival6.html https://square.github.io/pysurvival/

Understanding the underlying ideas presented in this two links are enough, there are some different models like COX, I would suggest to get an overview of this model.

white07S commented 1 year ago
bujowskis commented 1 year ago

So I went through the materials and there are two concerns I have to raise, both regarding this article

(...) There are several important assumptions for the appropriate use of Cox proportional hazards regression model

Independence of survival times between distinct individuals in the sample

In our case, are the stocks independent for the appropriate use of Cox? Still unsure whether to think of distinct individuals as multiple stocks or some points within a given stock, but in both cases think of the following:

Constant hazard ratio over time

Is it going to be constant and fulfil that assumption?

white07S commented 1 year ago

Yes it is enough but considering COX have its own assumptions, we need to derive our own assumptions while modelling our model

bujowskis commented 1 year ago

is it going to affect anything we have to do before paper proof and model? The coding parts? @white07S? Otherwise, it'd be more appropriate to start a new Todo issue and make deriving our assumptions a checkbox in it, close this one

white07S commented 1 year ago

Yeah, that's a great idea.