This tag is used for the saddlepoint approximation to density functions, probability mass functions, cumulative distribution functions, and so on. See Ronald W Butler: "Saddlepoint approximations with applications".
Questions tagged [saddlepoint-approximation]
29 questions
63
votes
9 answers
Advanced statistics books recommendation
There are several threads on this site for book recommendations on introductory statistics and machine learning but I am looking for a text on advanced statistics including, in order of priority: maximum likelihood, generalized linear models,…

Robert Kubrick
- 4,078
- 8
- 38
- 55
49
votes
5 answers
Generic sum of Gamma random variables
I have read that the sum of Gamma random variables with the same scale parameter is another Gamma random variable. I've also seen the paper by Moschopoulos describing a method for the summation of a general set of Gamma random variables. I have…

OSE
- 1,057
- 2
- 10
- 8
49
votes
3 answers
How does saddlepoint approximation work?
How does saddlepoint approximation work? What sort of problem is it good for?
(Feel free to use a particular example or examples by way of illustration)
Are there any drawbacks, difficulties, things to watch out for, or traps for the unwary?

Glen_b
- 257,508
- 32
- 553
- 939
24
votes
1 answer
sum of noncentral Chi-square random variables
I need to find the distribution of the random variable
$$Y=\sum_{i=1}^{n}(X_i)^2$$
where $X_i\sim{\cal{N}}(\mu_i,\sigma^2_i)$ and all $X_i$s are independent. I know that it is possible to first find the product of all moment generating functions…

pitfall
- 427
- 1
- 3
- 7
23
votes
1 answer
Inverting the Fourier Transform for a Fisher distribution
The characteristic function of Fisher $\mathcal{F}(1,\alpha)$ distribution is:
$$C(t)=\frac{\Gamma \left(\frac{\alpha +1}{2}\right) U\left(\frac{1}{2},1-\frac{\alpha }{2},-i t \alpha \right)}{\Gamma \left(\frac{\alpha }{2}\right)}$$
where $U$ is the…

Nero
- 621
- 4
- 10
15
votes
4 answers
Do third order asymptotics exist?
Most asymptotic results in statistics prove that as $n \rightarrow \infty$ an estimator (such as the MLE) converges to a normal distribution based on a second-order taylor expansion of the likelihood function. I believe there's a similar result in…

gabgoh
- 781
- 4
- 10
15
votes
2 answers
Trigonometric operations on standard deviations
Addition, subtraction, multiplication and division of normal random variables are well defined, but what about trigonometric operations?
For instance, let us suppose that I'm trying to find the angle of a triangular wedge (modelled as a right-angle…

Bossykena
- 667
- 6
- 11
11
votes
3 answers
Approximating $Pr[n \leq X \leq m]$ for a discrete distribution
What's the best way to approximate $Pr[n \leq X \leq m]$ for two given integers $m,n$ when you know the mean $\mu$, variance $\sigma^2$, skewness $\gamma_1$ and excess kurtosis $\gamma_2$ of a discrete distribution $X$, and it is clear from the…
A. N. Other
10
votes
4 answers
Expected number of dice rolls require to make a sum greater than or equal to K?
A 6 sided die is rolled iteratively. What is the expected number of rolls required to make a sum greater than or equal to K?
Before Edit
P(Sum>=1 in exactly 1 roll)=1
P(Sum>=2 in exactly 1 roll)=5/6
P(Sum>=2 in exactly 2 rolls)=1/6
P(Sum>=3 in…

Usual Suspect
- 201
- 2
- 8
8
votes
1 answer
Sum of linear combination of product of exponentials is exponential
This problem has arisen in my research: suppose that $V_i \sim \text{ED}$ are iid exponential distributions (ED) with mean $1$ and let $\lambda$ be a nonnegative number. Is it true that
$$
\sum_{k=0}^{\infty} \frac{\lambda^k e^{-\lambda}V_{0}…

Alex
- 295
- 1
- 7
8
votes
2 answers
Sum of normal truncated random variables
Suppose I have $n$ independent normal random variables
$$X_1 \sim \mathrm{N}(\mu_1, \sigma_1^2)\\X_2 \sim \mathrm{N}(\mu_2, \sigma_2^2)\\\vdots\\X_n \sim \mathrm{N}(\mu_n, \sigma_n^2)$$
and $Y=X_1+X_2+\dotsm+X_n$. How would I characterize the…

Devin
- 191
- 3
6
votes
2 answers
Finding the distribution of iid variables X, Y given distribution of X-Y
Say I know the distribution of $X-Y$, but I do not know the distributino of $X$ (or $Y$), but I know that they are statistically independent, and I know they have the same distribution. Is the problem of finding the distribution well-defined, as in…

pkofod
- 441
- 3
- 12
6
votes
1 answer
Bound for weighted sum of Poisson random variables
Suppose I have some independent Poisson-distributed random variables $X_1 \ldots X_N$ with parameters $\lambda_1 \ldots \lambda_N$. These can be thought of as processes where each arrival/event generates a loss of $a_1 \ldots a_N$. What I'm…

B Fuchs
- 203
- 1
- 4
5
votes
1 answer
Constant of Laplace approximation
I'm reading Example 3.16 of Robert & Casella's Monte Carlo Statistical Methods. It uses a Laplace approximation for approximating an integral related with the Gamma distribution namely…

ZHU
- 505
- 3
- 11
5
votes
0 answers
Asymptotic distribution of a weighted sum of chi squared variables beyond CLT?
I have a sum
$$ S = \sum_{i=1}^{n} d_i X_i^2, $$
where $X_i$ are independent standard normals, and $d_i > 0$ are fixed real numbers, for example $d_i = i$. The asymptotic distribution of this sum is given by the central limit theorem as…

Kirill
- 537
- 3
- 13