Sampling From Erlang Distribution

95 Views Asked by At

I have k and λ given where λ is the average amount of events occurring within one hour. I must now obtain time intervals sampled from this distribution where the delay between the events occurring is in seconds. I know that the mean delay between two events is k/λ but I have no idea how to proceed from there.