Questions tagged [delta-method]

"The delta method, in its essence, expands a function of a random variable about its mean, usually with a one-step Taylor approximation, and then takes the variance." The term also refers to a method for showing that a function of an asymptotically normal statistical estimator is asymptotically normal.

For the quotation, see http://www.stata.com/support/faqs/statistics/delta-method/. For the second sense of the definition, refer to http://en.wikipedia.org/wiki/Delta_method.

161 questions
38
votes
2 answers

Variance of a function of one random variable

Lets say we have random variable $X$ with known variance and mean. The question is: what is the variance of $f(X)$ for some given function f. The only general method that I'm aware of is the delta method, but it gives only aproximation. Now I'm…
Tomek Tarczynski
  • 3,854
  • 7
  • 29
  • 37
24
votes
1 answer

How to use delta method for standard errors of marginal effects?

I am interested in better understanding the delta method for approximating the standard errors of the average marginal effects of a regression model that includes an interaction term. I've looked at related questions under delta-method but none have…
Thomas
  • 713
  • 1
  • 5
  • 16
16
votes
4 answers

How can the square of an asymptotically normal variable also be asympotically normal?

The Delta method states that, given $$ \sqrt{n} (X_n - \mu) \xrightarrow{d} N(0, 1) $$ then $$ \sqrt{n} (g(X_n) - g(\mu)) \xrightarrow{d} N(0, g'(\mu)) $$ I'm surprised that this can be true. As a counter-example, consider a sequence of random…
Heisenberg
  • 4,239
  • 3
  • 23
  • 54
14
votes
3 answers

Different ways to produce a confidence interval for odds ratio from logistic regression

I am studying how to construct a 95% confidence interval for odds ratio from the coefficients obtained in the logistic regression. So, considering the logistic regression model, $$ \log\left(\frac{p}{1 - p}\right) = \alpha + \beta x …
14
votes
1 answer

How to use Delta Method while the first-order derivative is zero?

http://en.wikipedia.org/wiki/Delta_method In the Wikipedia article, it was assumed that $g'(\theta)$ must exist and that $g'(\theta)$ is non-zero valued. Is it possible to find the asymptotic distribution for $\sqrt{n}(g(X_n)-g(\theta))$ given…
Eddy Chen
  • 167
  • 7
12
votes
1 answer

Use $\bar{X}^2$ for hypothesis test that $\mu=0$ because faster convergence rate?

Suppose that I have $X_1,\ldots,X_n$ are i.i.d. and I want to do a hypothesis test that $\mu$ is 0. Suppose I have large n and can use Central Limit Theorem. I could also do a test that $\mu^2$ is 0, which should be equivalent to testing that $\mu$…
Xu Wang
  • 104
  • 14
9
votes
2 answers

Standard errors of hyperbolic distribution estimates using delta-method?

I want to calculate the standard errors of a fitted hyperbolic distribution. In my notation the density is given by \begin{align*} H(l;\alpha,\beta,\mu,\delta)&=\frac{\sqrt{\alpha^2-\beta^2}}{2\alpha \delta K_1 (\delta\sqrt{\alpha^2-\beta^2})}…
Jen Bohold
  • 1,410
  • 2
  • 13
  • 19
9
votes
2 answers

Trying to approximate $E[f(X)]$ - Woflram Alpha gives $E[f(X)] \approx \frac{1}{\sqrt{3}}$ but I get $E[f(X)] \approx 0$?

Let $X \sim \mathcal{N}(\mu_X,\sigma_X^2) = \mathcal{N}(0,1)$. Let $f(x) = e^{-x^2}$. I want to approximate $E[f(X)]$. Wolfram Alpha gives \begin{align} E[f(X)] \approx \frac{1}{\sqrt{3}}. \end{align} Using a Taylor expansion approach, and noting…
9
votes
0 answers

Taylor Series and Multivariate Delta Method

I asked this question on https://math.stackexchange.com/ but did not get any answer. Sorry for cross posting. I'm trying to understand delta method for matrices and vectors to find the variance-covariance matrices for the functions of matrices and…
MYaseen208
  • 2,379
  • 7
  • 32
  • 46
9
votes
1 answer

95% confidence intervals on prediction of censored binomial model estimated using mle2 / maximum-likelihood

I am working on a problem in which I have multiple pairs of currently living males i that each have a presumed paternal ancestor ni generations ago (based on genealogical evidence) and where I have info on whether there is a mismatch in their Y…
9
votes
2 answers

How do you calculate standard errors for a transformation of the MLE?

I need to make inference about a positive parameter $p$. To acomodate the positiveness I reparametrized $p=\exp(q)$. Using MLE routine I computed point estimate and s.e for $q$. The invariance property of the MLE directly gives me a point estimate…
Marcel
  • 91
  • 1
  • 3
8
votes
1 answer

How to compute asymptotic confidence intervals for differences in quantiles?

Can anyone give me advice on computing the asymptotic confidence intervals for a difference in quantiles of a distribution? For example, I have fit a log-normal distribution to doubly interval censored data with a maximum likelihood estimator and…
scottyaz
  • 709
  • 5
  • 18
7
votes
1 answer

Limiting distribution of a squared sum of random variables

Let $S_n = \frac{1}{n}\sum_{i=1}^n X_i$, and $T_n = \frac{1}{n}\sum_{j=1}^nY_i$, where The $X_i$ are iid, the $Y_i$ are iid (with a different law) $X_i$, and $Y_i$ are dependent For $i\neq j$, $X_i$ and $Y_j$ are independent. Is there a central…
Ian Langmore
  • 335
  • 2
  • 7
7
votes
2 answers

variance estimation using order statistics

I have four largest samples drawn from a distribution of N i.i.d Gaussian R.V. with standard deviation (Sigma) where sigma is unknown. N is known to be between 50-200. Mean is given to be 0. How do we estimate Sigma (variance) using these 4 largest…
7
votes
2 answers

Elementary approach to higher order asymptotics

I am trying to understand “higher order asymptotics”. I find several texts on Likelihood asymptotics, nothing’s easy to read... if you have any nice pointers on this direction, I’ll be interested; however my main question follows. The following…
Elvis
  • 11,870
  • 36
  • 56
1
2 3
10 11