How does one approach the problem of modeling a "birth-death process" where the arrivals are dependent on the current state in the following way: if the population is above a certain point, the probability of an arrival decreases.
Basically, I'm interested in complicating (slightly) an existing model of "births" that just has Poisson distributed arrivals and thinking of adding in the idea that there's a "saturation point" above which arrivals are less likely (waiting until the population drops back below the point).
Should I be reading about nth-order Markov processes? Or should I be looking at queueing theory?