Questions tagged [compound-distributions]

When a random variable is distributed according to some parameterized distribution, where the parameter itself is a random variable. Also known as a "mixture" distribution, but the term "mixture" also has other senses in statistics.

See the Wikipedia page.

One important example of a compound distribution is the negative binomial, which arises as a Poisson-gamma mixture, i.e., as a Poisson distribution with a parameter that is itself gamma distributed.

48 questions
9
votes
2 answers

Poisson Gamma Mixture = Negative Binomially Distributed?

This paper introduces a model called "Beta-Geometric / NBD" which models "repeat-buying behavior in settings where customer “dropout” is unobserved: It assumes that customers buy at a steady rate (albeit in a stochastic manner) for a period of time,…
7
votes
2 answers

Characteristic Function of a Compound Poisson Process

The definition of a compound Poisson process and its characteristic function I have are the following: Let $\lambda>0$ and $N\sim\text{Poisson}(\lambda T)$. Also, $\{X_i\}_{i=1}^N$ are i.i.d. and independent of $N$. And $\{U_i\}_{i=1}^N$ are…
6
votes
0 answers

Maximum likelihood estimate for multivariate sum of normal distributions

For each $j = 1,\dots,N$, let $\mu_j \in \mathbb{R}^N$ denote a known column vector, $\Sigma_j \in \mathbb{R}^{N\times N}$ a known covariance matrix, and $\theta_j \in \mathbb{R}$ an unknown parameter, which we may write as a vector $\theta =…
6
votes
2 answers

Negative Binomial as Gamma-Poisson Mixture or Compound Logarithmic Poisson: can this correspondence be generalized to other distributions?

Preamble A random variable $X$ with a negative binomial distribution can be characterized in three ways: [Negative Binomial] $X\sim\operatorname{NegBin}(r,p)$ for some $r$ and $p$; [Gamma-Poisson Mixture]…
6
votes
1 answer

Compound distribution in Bayesian sense vs. compound distribution as random sum

I'm trying to sort out two different uses of the term "compound distribution" and figure out the relationship. The Wikipedia article on compound distribution -- which I wrote -- defines a compound distribution as an infinite mixture, i.e. if…
4
votes
3 answers

Poisson Distribution with Exponential Parameter

If we have $X(k)\sim Pois(2k)$ and $Y \sim Exp(15)$ and $Z=X(5Y)$. How can we determine $E(Z)$, $Var(Z)$ and $P(Z = z)$. So far I'm thinking $$\begin{align*} E(Z) &= E(X(5Y)) \\ &= E(Pois(10Y)) \\ &= E(10Y) \\ &= 10E(Y) \\ &=…
4
votes
2 answers

What is the distribution of a mixture of exponential distributions whose rate parameters follow a gamma distribution?

I want to know the theoretical distribution of a mixture of exponential distributions whose rate parameters are distributed according to a gamma distribution: $$ y\sim\text{Exp}(\theta), \quad\text{where}\quad \theta\sim\Gamma(r,…
4
votes
2 answers

What is the distribution of a Poisson variable, where the Poisson rate is Normal (or Binomial)?

What is the distribution of $X$ if $$ X \sim \text{Poisson}(\lambda), \quad \text{where }\lambda \sim N(\mu,\sigma^2)$$ or $$ X \sim \text{Poisson} (\lambda), \quad \text{where }\lambda \sim Bin(n,p) $$ where $n$ is very large. Detail and…
4
votes
1 answer

Compound Poisson random variable

A compound Poisson random variable $S$ is defined as: $S=\displaystyle\sum^N_{i=1}X_i,$ where $N$ is a random draw from a Poisson distribution with intensity parameter $\lambda$, and $X_i$ are independent identically distributed random…
3
votes
0 answers

Compendium or catalog of compound distributions?

Does anyone know of a good compendium or catalog of compound distributions, or finite mixture representations of those distributions? I am trying to find out to what extent the common multi-parameter distributions and their generalized forms can be…
3
votes
0 answers

Is the sum (in some sense) of ARMA processes an ARMA process?

Given an ARMA(1,1) process $$X_t = \phi X_{t-1} + \varepsilon_t + \theta \varepsilon_{t-1},\quad \varepsilon_t \sim WN(0,\sigma^2)$$ Let $N \sim Po(\lambda)$ a poisson random variable. Consider the compound sums: $$Y_t = \sum_{j=1}^N X_{t;j}$$ where…
user346481
  • 51
  • 1
3
votes
2 answers

Binomial distribution where probability of success is dependent on another binomial distribution

How does one model the Binomial distribution where the probability of success is the result of another Binomial distribution. For example, say I make 10 coin tosses many times and record the number of heads (H). Then for each set (i) of 10 coin…
3
votes
1 answer

Compounding a Gaussian distribution with variance distributed according to the absolute value of another Gaussian distribution

Have there been earlier descriptions of the following compound distribution? Compounding a Gaussian distribution with variance distributed according to the absolute value or square of another Gaussian distribution: $$ f(y) = \int…
3
votes
1 answer

Mean of a Poisson-Lognormal Distribution (PLN)

I would like to calculate the mean value of a PLN distribution, $$ f(x;\mu,\sigma)=\frac{1}{x!\sigma\sqrt{2\pi}}\int_{0}^{\infty}\lambda_\ast^{x-1} e^{-\lambda_\ast} e^{-\frac{(log(\lambda_\ast-\mu)^2}{2\sigma^2} }\text{d}\lambda_\ast, \quad…
3
votes
1 answer

What is a good reference for compound Poisson processes?

I've seen a couple of descriptions of the basic statistics of a compound Poisson process, basically just simple statements about how to compute the mean and variance given the mean and variance of the underlying processes. Unfortunately I haven't…
1
2 3 4