Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am looking for a statistical technique similar to a estimating a hazard model.

Suppose a person chooses between two actions, buy or sell. Given data on trading decisions, once a person has bought, say, a stock, I can calculate the time that elapses until they sell. Using a hazard model I can model this hazard as a function of other variables. This allows me to answer questions about what predicts a person's decision to sell.

But this ignores the fact that sometimes instead of selling a person buys more stock. This is the opposite of selling, and moves the person further away from "failure" (ie, selling). I can think of no analogy in epidemiology, which perhaps explains why I haven't been able find a method that is suitable for this situation.

Any suggestions for techniques that may be useful here would be greatly appreciated. Thanks!

share|improve this question

2 Answers

Do you know about competing risk models? Rather than modeling the transition from a state A to a state B, you can model the transition from A to B or C or D, etc. Rather than one destination you have several "competing" destinations here.

The topic is coverd i.a. by Kalbfleisch and Prentice (2002). You can also have a look at van den Berg's contribution to the New Palgrave Dictionary of Economics.

share|improve this answer
Thanks, I'll have a look. – itzy Aug 2 '11 at 21:42

The literature you are looking for is that of general point processes or marked point processes and what replaces the hazard is the general stochastic intensity function that depends on the past. One place to start that is of direct relevance to your question is Modelling Irregularly Spaced Financial Data by Nikolaus Hautsch.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.