I'm studying some lecture notes by S. R. Srinivasa Varadhan about Large Deviations Theory and I have some trouble understanding a simple equation right on page 2 where it says $$\frac{\sqrt{n}}{2\pi} \int_l^\infty \exp{\left(-\frac{nx^2}{2}\right)}\mathrm dx=\exp{\left(-\frac{n l^2}{2}+o(n) \right)}.$$ The left side of the equation looks to be the same as $1-\Phi(\sqrt{n}x)=\Phi(-\sqrt{n}x)$ where $\Phi$ is the standard normal CDF. But I don't see how to get there: Is this a simple (approximative) calculation or a fact about the normal distribution?
2025-01-13 02:08:09.1736734089
Explicit Laplace approximation for tail of gaussian distribution
218 Views Asked by Amarus https://math.techqa.club/user/amarus/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY-THEORY
- Given a random variable X, prove f(x) is a probability function.
- What is the probability that the accumulated sum is L at some point?
- $f(t)-$a characteristic function. Prove that $|f(t)|$ does not have to be a characteristic function based on the example:
- Lower bound for the cumulative distribution function on the left of the mean
- What is the probability of the product rolled with 4 different dice being 24?
- Convergence in probability of random probability measures
- Distribution of $Y$ derived from standard normal
- Proving that $N(\cdot \cap A)$ is a poisson random measure
- Why the case of independence of random variables is more important than any other specific type of dependence?
- Discrete probability - man getting caught cheating on public transport
Related Questions in LARGE-DEVIATION-THEORY
- Definition of Large Deviation Principle
- Large deviation theory--examples of irregular sets
- Typical sequences and entropy
- How are canonical and grand canonical ensemble related in the framework of large deviations theory?
- Large deviations results for functions?
- Explicit Laplace approximation for tail of gaussian distribution
- Large deviation problem
- Why does $E\exp(\theta X_i)<\infty$ imply that $EX_i^+<\infty$
- Does tightness imply exponential tightness?
- Chernoff vs Berry-Esseen
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Regarding the left hand side, \begin{align*} \frac{\sqrt{n}}{2\pi} \int_l^\infty \exp\left\{-\frac{nx^2}{2}\right\}\,dx &=\frac{\sqrt{n}}{2\pi} \int_l^\infty \exp\left\{-\frac{1}{2}\left(\frac{x}{1/\sqrt n}\right)^2\right\}\,dx\\ &=\frac{\sqrt{n}}{2\pi}\cdot\sqrt{2\pi}(1/\sqrt n) \int_l^\infty \frac{1}{\sqrt{2\pi}(1/\sqrt n)}\exp\left\{-\frac{1}{2}\left(\frac{x}{1/\sqrt n}\right)^2\right\}\,dx\\ &=\frac{\sqrt{2\pi}}{2\pi}\int_l^\infty \frac{1}{\sqrt{2\pi}(1/\sqrt n)}\exp\left\{-\frac{1}{2}\left(\frac{x}{1/\sqrt n}\right)^2\right\}\,dx\\ &=\frac{\sqrt{2\pi}}{2\pi}\int_{l\sqrt n}^\infty \frac{1}{\sqrt{2\pi}(1/\sqrt n)}\exp\left\{-\frac{1}{2}u^2\right\}\,\left(\frac{1}{\sqrt n}\,du\right)\\ &=\frac{\sqrt{2\pi}}{2\pi}\int_{l\sqrt n}^\infty \frac{1}{\sqrt{2\pi}}\exp\left\{-\frac{1}{2}u^2\right\}\,du\\ &=\frac{1}{\sqrt{2\pi}}\left[1-\Phi\left(\sqrt n l\right)\right] \end{align*}