A realization of a Markov process generates a sequence of interval lengths between transition from one state to another. A natural way of modeling the distribution of the lengths is as a negative binomial distribution. Is there any relatively easy way to estimate the two parameters characterizing the negative binomial distribution from the n * (n - 1) parameters characterizing the Markov process? I am particularly interested in small values of n. I have data from which I can estimate these parameters, but I suspect that the process is not well modeled as a simple Markov process. I would appreciate references to any articles discussing this topic and suggesting different modeling approaches.
To clarify: I have data sets of time intervals from which I can easily obtain both the parameters of the negative binomial distribution fitting the data, and estimates of the Markov transition matrix. I can then use the Markov transition matrix to generate a set of time intervals which is used as the basis of a Monte Carlo estimation of the parameters of the negative binomial distribution corresponding to the Markov transition matrix. I'd like to be able to get those parameters without doing the Monte Carlo estimation. Subsequent investigation suggests that I should use fluctuation analysis methods to characterize the behavior of the data.

