Questions tagged [poisson-process]
Questions relating to the Poisson point process, a description of points uniformly and independently distributed at random over some space such as the real line. The number of points within some finite region of that space follows a Poisson distribution.
1,456 questions
1
vote
1
answer
58
views
Lengths of Segments Formed by Binomial Point Process
Suppose you have a Poisson Point Process $\{X_k\}$ with intensity $1$ on $\mathbb{R}$, and we truncate it on $[0,L]$. For a positive integer $n$, I would like to compute or estimate
\begin{equation*}
\...
0
votes
1
answer
50
views
Proof of Poisson process property with random time
I have written the following statement and its proof.
Statement:
Let $\{N_t, t \geq 0\}$ be a Poisson process with rate $\lambda$ and let $T$ be a random variable independent of $N_t$ and $N_{t+h} - ...
0
votes
1
answer
129
views
Expected waiting times for buses with Poisson arrivals
I have several related questions about waiting for buses that follow Poisson processes.
Setup: Two bus stops near my home. Bus A arrives every 12 minutes on average (rate λ_A = 1/12), Bus B every 15 ...
3
votes
1
answer
131
views
Finding a closed form for a Maclaurin series summation in a compound Poisson process
I was playing with a compound Poisson process for rainfall where the $X_1,X_2,...,X_N$ are exponentially distributed and $N(t)$ is of course a Poisson random variable. While finding the marginal pmf ...
0
votes
0
answers
68
views
State-dependent Poisson process
In general, the analysis of a homogenous or non-homogenous Poisson process $X(t)$ is well known (we can compute waiting time, master equations, etc.). Here denote the rate as $\lambda$ (or $\lambda(t)...
2
votes
0
answers
43
views
Construction of Poisson Process via arrival times
I am trying to prove a well known fact that there is an alternative characterisation of Poisson process using renewal times, as claimed in the following paragraph:
I am interested in proving ...
1
vote
2
answers
97
views
Doubt in Possion and Exponential Distribution co-relation
I was solving the following problem from debore:
At time t = 0, 20 identical components are tested. The lifetime distribution of
each is exponential with parameter λ. The experimenter then leaves the ...
1
vote
1
answer
70
views
How to derive the joint distribution of $T_1, T_2$ given $T_3$ in Poisson Process
Let $T_n$ be the time until the $n$th arrival in a Poisson Process. A problem I am trying to solve asks for the joint distribution of $T_1$ and $T_2$ given that $T_3 = s$ for some $s > 0$. Let $S_i$...
1
vote
1
answer
99
views
A doubt from Durrett's book on probability theory on construction of a Poisson Process
I am recently studying stochastic processes and I encountered the following theorem in Durrett's book Probability: Theory and Examples (fourth edition). In page 155-156, he considers $X_1,X_2,....$ ...
0
votes
0
answers
54
views
Autocorrelation function for a Compound Poisson Process?
Let $N(t)$ be the number of events that occurred up to time $t$ for a Poisson process.
It is relatively easy to compute the autocorrelation function for this process, which is:
\begin{equation}
E[N(...
0
votes
0
answers
30
views
Can we estimate an inhomogeneous Poisson process with a Gaussian prior from data?
Suppose I have a an inhomogeneous Poisson process and some data $0< t_1 < t_2 < ... < t_n < T$.
$\{t_1, t_2, ..., t_n\} \sim \mathrm{PoissonProcess}(\lambda(t))$
Now I further specify ...
1
vote
0
answers
76
views
What is the distribution of order in ordered sets of poisson processes
I have a question from epidemiology that I'm struggling 1) to write down mathematically and 2) determine if it has a closed form solution.
First here's the epidemiological question. Say I have $C$ ...
0
votes
0
answers
13
views
how do I quantify likelihood of bad data - Bayes / Posterior distribution
Problem: I have a ratio statistic and I want to separate out bad data and flag accounts that have unreliable data for a particular feature of a predictive model.
The ratio is # events per 1000 mile
...
0
votes
1
answer
57
views
Martingale with Poisson Process
I came across the following exercise: Let $N$ be a Poisson process with intensity $\lambda$ and $\{Y_k\}_{k=1}^{\infty}$ a sequence of positive i.i.d random variables satisfying $\mathbb{E}[Y_1] < \...
0
votes
0
answers
58
views
Probability of that a compound Poisson process is continuous on an interval $[0,N]$
Let $N=(N_t)_{t \geq 0}$ be a rate $\lambda$ Poisson process and let $(Y_k)_{k\geq 1}$ be iid random variables independent of $N$. Define the compound Poisson process $Z=(Z_t)_{0\leq t \leq 1}$ as ...
1
vote
1
answer
141
views
Computing the expected minimum of two sums of two independent Exponential variables
Given some independent and identically-distributed random variables $X_1, X_2, Y_1, Y_2 \sim \text{Exp}(\mu)$, I'm trying to compute
$$
E[\min{(X_1 + X_2, Y_1 + Y_2)}]
$$
in order to model the ...
3
votes
0
answers
24
views
Convergence speed of decreasing sequence of points in a Poisson Random Field
I am stuck at one exercise about the Poisson Random Field I have trying to solve for the last days.
We are in the standard probability setting, given is $\beta \in \mathbb{R}_{> 0}$ and a Poisson ...
1
vote
1
answer
78
views
Poisson process without the indepedent increments?
From Wikipedia:
A counting process is a homogeneous Poisson counting process with rate $\lambda > 0$ if it has the following three properties:
$N ( 0 ) = 0$;
has independent increments;
the number ...
4
votes
1
answer
237
views
A Poisson Process in which the rate of events increases as more event happens?
I am trying to define a (Non-Homogenous) Poisson Process such that the rate of events increases as the cumulative number of events increases.
I tried to do this as follows:
First, I defined a rate ...
10
votes
2
answers
213
views
Is it better to hire $1$ fast barista vs $2$ slower baristas?
This is another math puzzle I heard today.
Consider a M/M/K queue (https://en.wikipedia.org/wiki/M/M/c_queue) in a cafe. Lets say the cafe has a rule that each queue is FIFO (first in first out), each ...
3
votes
1
answer
122
views
Time needed to observe $k$ events in a Poisson Process?
Consider a Poisson process.
Let $N(t)$ be the number of events that have occurred up to time t. Then, for any time interval $(t, t+h]$, the probability of k events occurring in this interval is given ...
1
vote
0
answers
26
views
Approximating a Communication Traffic Model with a Poisson Process
I’m working on a problem related to communication networks, specifically modeling traffic at a network node. The traffic arrives at a relatively high rate, and the model I’m dealing with is not in a ...
1
vote
0
answers
93
views
density of the vector of jump times in a Poisson process
Let $(N_t)$ be a Poisson process. We let
$$
T_k=\inf \lbrace t\in \mathbb{R}: N_t\geq k \rbrace.
$$
Let $n\in \mathbb{N}$ and $t\in\mathbb{R}^+$. I want to prove that the conditional density of the ...
0
votes
1
answer
116
views
How can I calculate the rate of overlapping events between two Poisson processes?
I have the following problem: I have 2 independent Poisson processes $N_1$ and $N_2$ with known rates $\lambda_1$ and $\lambda_2$ respectively.
The events in each process have a well-defined duration, ...
0
votes
0
answers
46
views
Equivalent characterizations of a Poisson process
Consider a counting process $N(t)$, and the following three conditions that I believe are equivalent:
$$
\begin{aligned}
(A) \quad& N(t) \text{ is a Poisson process of intensity }λ \\
(B) \quad&...