I do not know the details of your research program; I thought you were dealing with a SURVIVAL problem, i.e. trying to ascertain the probabilities of surviving for a given span of time (after a certain "start" state) before an event strikes. This is not the same as the probabilities of the event at various periods in comparison with the probability of the event at some reference period. An example of the latter would be to ascertain the probability of tornados in May, June, July, August, September etc relative to their probability in the "reference" month, say January. An example of the former is the probability that a given location would "survive" without any tornado, from January until a variable date (January to May, January to June, January to September etc). It is a completely different problem. In the former you may use logistic regression (probability of an event for
cases described by category 1, 2, 3, 4, ...., k, relative to the reference probability of the event for cases described by the reference category); for instance, suppose you investigate the probability of tornados with one single predictor, "Month of year"; this predictor has 12 categories, one per month, and you use one of the months (say, May) as your reference category
(you may have data from multiple years for the same location, or from multiple locations in the same year; multiple years for given location may seem more logical as an example, given the geographical variability of tornados, and their relatively stable recurrence over time). You may use also some other concurrent predictor, say accumulated annual rainfall over the 12 months to the start of the tornado season, for all years (or locations) considered. From these data, you obtain the odds of tornados in
September relative to January (probability of tornados in September, divided by probability of tornados in January), and also the odds of tornados for all the other months. In total, you obtain eleven odds (one per month, all relative to January). Your logistic function for the probability of tornadoes in a given month is p(k)=EXP(BX)/[1+EXP(BX)] where BX=b0+b1X1+b2X2. The logarithm of the odds is BX, and the odds are BX. The odds that a tornado happens in a given month k, say July, relative to the
base period (May) in years with rainfall x(t), equal the probability of a tornado happening in month k, relative to the probability of a tornado happening in May, for years with cumulative 12-month rainfall=x(t). (I use May in this example as the probability of tornados in January is likely to be zero).
In the survival case the situation is different. Suppose you use survival analysis to predict the chances of surviving different lengths of time without experiencing a tornado (say, at a given area, like Kansas), using a "time variable" (month of year) and perhaps some predictor (say, rainfall again). In this case, time is NOT a predictor: it is the one-directional dimension along which events can occur. Your hazard function will have only one predictor (rainfall). The proportional cumulative hazard rate h(t) for a
year with rainfall X=x(t) will mean: "number of events expected to have occurred from starting time, say January, to month t, in years with rainfall x(t)". (I use January in this example as the reference time in survival analysis should be at the start of the relevant period, not in the middle of it; one may use also March or April, if the start of the tornado season is always after March). The associated survival probability up to month k, for a year with rainfall x(t), i.e. p(tk), gives you the probability of not having a tornado until month k, for year t with rainfall x(t).
Logistic regression estimates the probability of a tornado in each different month. Survival analysis estimates the probability of not having the tornado up to each different month.
Cox regression is a particular kind of "proportional hazard" survival analysis, where (ordinarily) the hazard rates stand to the reference or base hazard rate in a constant proportion over time. If your chances of survival are twice as large as mine, guys like you would be twice more likely to survive than guys like me up to every month, no matter how distant the month considered. No chance that your survival chances approach mine over time: they remain twice as large. For example, if 800 mm/yr of accumulated rainfall up to start of season afford a reduction of 20% in the incidence of tornadoes (relative to the reference case which has, say, 500 mm/yr rainfall), this reduction of 20% in the odds of tornadoes will hold for all time intervals, i.e. for the relative chances of tornadoes up to all months. Cox regression may, however, accommodate non proportional hazards by
introducing time-dependent covariates (such as accumulated rainfall UP TO EACH MONTH). Other models of survival analysis may account for more sophisticated relationships between time, covariates and events.