Chapter 11: Problem 24
Give an efficient method for simulating a nonhomogeneous Poisson process with intensity function $$ \lambda(t)=b+\frac{1}{t+a}, \quad t \geqslant 0 $$
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 24
Give an efficient method for simulating a nonhomogeneous Poisson process with intensity function $$ \lambda(t)=b+\frac{1}{t+a}, \quad t \geqslant 0 $$
All the tools & learning materials you need for study success - in one app.
Get started for free
If \(0 \leqslant X \leqslant a\), show that (a) \(E\left[X^{2}\right] \leqslant a E[X]\) (b) \(\operatorname{Var}(X) \leqslant E[X](a-E[X])\) (c) \(\operatorname{Var}(X) \leqslant a^{2} / 4\).
The Discrete Rejection Metbod: Suppose we want to simulate \(X\) having probability mass function \(P\\{X=i\\}=P_{i}, i=1, \ldots, n\) and suppose we can easily simulate from the probability mass function \(Q_{i}, \sum_{i} Q_{i}=1, Q_{i} \geqslant 0 .\) Let \(C\) be such that \(P_{i} \leqslant C Q_{i}, i=1, \ldots, n .\) Show that the following algorithm generates the desired random variable: Step 1: Generate \(Y\) having mass function \(Q\) and \(U\) an independent random number. Step \(2:\) If \(U \leqslant P_{Y} / C Q_{Y}\), set \(X=Y .\) Otherwise return to step \(1 .\)
Let \(X_{1}, \ldots, X_{n}\) be independent exponential random variables each having rate 1 . Set $$ \begin{aligned} &W_{1}=X_{1} / n \\ &W_{i}=W_{i-1}+\frac{X_{i}}{n-i+1}, \quad i=2, \ldots, n \end{aligned} $$ Explain why \(W_{1}, \ldots, W_{n}\) has the same joint distribution as the order statistics of a sample of \(n\) exponentials each having rate 1 .
Consider the following procedure for randomly choosing a subset of size \(k\)
from the numbers \(1,2, \ldots, n:\) Fix \(p\) and generate the first \(n\) time
units of a renewal process whose interarrival distribution is geometric with
mean \(1 / p-\) that is, \(P\\{\) interarrival time \(=k\\}=p(1-p)^{k-1}, k=1,2,
\ldots .\) Suppose events occur at times \(i_{1}
Consider a queueing system in which each service time, independent of the past, has mean \(\mu\). Let \(W_{n}\) and \(D_{n}\) denote, respectively, the amounts of time customer \(n\) spends in the system and in queue. Hence, \(D_{n}=W_{n}-S_{n}\) where \(S_{n}\) is the service time of customer \(n\). Therefore, $$ E\left[D_{n}\right]=E\left[W_{n}\right]-\mu $$
What do you think about this solution?
We value your feedback to improve our textbook solutions.