Skip to main content

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.

Filter by
Sorted by
Tagged with
7 votes
2 answers
399 views

Suppose we have a random variable $\hat \theta_n$ such that $\hat \theta_n \to \theta_0$ in probability. Let $f \colon \mathbb{R} \to \mathbb{R}$ be infinitely differentiable function. Then, the delta ...
Phil's user avatar
  • 830
1 vote
0 answers
37 views

I am currently writing a small library for sign restricted SVAR, and I ran into a problem of constructing error bands for impulse responses. At this moment, I use Lutkepohl delta-method to construct ...
bns communism's user avatar
3 votes
0 answers
130 views

consider $$C = (\Sigma B) \circ B$$ where $B$ is a $K\times 1$ vector of parameters $\Sigma$ is a $K\times K$ covariance matrix and $\circ$ denoted the element-wise multiplication. $\Sigma$ is to be ...
user9875321__'s user avatar
0 votes
0 answers
59 views

I am currently using the "segmented.lm" function to detect a change point in my data. At this stage I am trying to figure out how to derive the SE of the y value of the corresponding change ...
a.henrietty's user avatar
4 votes
1 answer
321 views

This is related to my previous questions Help using the delta method and Help using the delta method. However this time, the denominator used in the rates has uncertainty. I have two years of data (...
stats_noob's user avatar
2 votes
1 answer
189 views

I have the following information: $r_1$ = response count in year 1 $r_5$ = response count in year 5 $p_1$ = population in year 1 $p_5$ = population in year 5 $\text{Rate}_1 = \frac{r_1}{p_1}$ = rate ...
stats_noob's user avatar
1 vote
0 answers
84 views

I have aggregated data from two independent groups (or experiments). For each group, I have the following summary statistics: Total cost, Total number of observations, and Sum of squared costs. For ...
Ali Zarezade's user avatar
2 votes
2 answers
183 views

I'm trying to understand the mathematical justification for the Delta method approximation when $|μ|$ is substantially larger than $σ.$ Specifically, I'm looking for a proof of the following formulae: ...
doraemon's user avatar
  • 426
2 votes
1 answer
142 views

In the references I've seen, the $\Delta$-method is typically formulated in terms of convergence in distribution: for $X_i$ i.i.d., $\mathbb{E}[X_i]=\mu$ and $\mathrm{Var}_\mu(X_i)=\sigma^2<\infty$ ...
user2379888's user avatar
6 votes
2 answers
727 views

If $x \sim N(\mu,\sigma^2)$, then by first principles, $$\mathbb{E}(e^x) = e^{\mu + \sigma^2 / 2}.$$ I am trying to figure out where the "Delta method" is wrong here: If $(x-\mu) \sim N(0,\...
dayum's user avatar
  • 633
0 votes
0 answers
187 views

I would like to obtain the expectation and variance of the squared Pearson sample correlation ($\operatorname{E}(R_{lk}^2)$ and $V(R_{lk}^2)$) between two random variables $l$ and $k$ following a ...
CafféSospeso's user avatar
2 votes
0 answers
164 views

According to Olkin and Finn (1995) and Alf and Graf (1999), the variance of the difference in r-squared is $$ var(r_1^2 - r_2^2) = a \phi a^\mathsf{T}, $$ where $a = \begin{bmatrix}2 r_{1} & -2 r_{...
Kniven's user avatar
  • 21
1 vote
0 answers
77 views

I am interested in computing an estimate $\hat\Sigma_\hat\beta$ of the asymptotic covariance matrix of the parameter estimates $\hat\beta$ in a regression of $Y$ on $\{X, Z\}$, weighted by weighs $\...
Noah's user avatar
  • 40.2k
1 vote
0 answers
57 views

In a random sample of n subjects with n being very large, let X be the number of successes. Now I want to create the confidence interval for the natural log of the proportion of successes. Can I ...
Rishav Dhariwal's user avatar
1 vote
1 answer
314 views

The question is about computing the variance of the random-effect parameters estimated when fitting a linear mixed-effect model when the parameterization of the random-effect parameters changes. This ...
gavril's user avatar
  • 63
1 vote
1 answer
259 views

I came to know from somewhere that there is a technique called delta method which can be used to approximate the distribution of a function of a random variable using the distribution of the ...
1 vote
1 answer
456 views

Given $X_1 ... X_n \sim \textrm{Exp}(\lambda)$, I found the MLE : $$\hat{\lambda} = \frac{1}{\bar{X}}$$ Now I need to find confidence intervals for: $$\eta = \lambda \cdot \log(\lambda)$$ To do so, I ...
CORy's user avatar
  • 563
4 votes
0 answers
425 views

I have a bivariate normal distribution $\left(X_1, X_2\right)$ with mean vector $\left(\mu_1, \mu_2\right)$ and some VCV matrix ...
Brian Smith's user avatar
3 votes
1 answer
1k views

I have the following issue: I would like to do a power analysis (find the right sample size) for a ratio metric ($Z = \frac{X}{Y}$). The in-house statistical software I inherited uses a delta ...
Ben Labosch's user avatar
2 votes
3 answers
554 views

I have the density function: $P_Y(y) = \sqrt{\frac{1}{2\pi y^3}} \exp\left(-\frac{(y-\mu)^2}{2\mu^2y}\right)$ If we define $r := \mu^2$ what is its asymptotic distribution? The right answer is $\sqrt{...
0xcc's user avatar
  • 105
1 vote
1 answer
130 views

I would like to estimate the proportion of known words in a text from a sample of tested words, where a subject answers if they know the meaning or not, and the frequency of how often they appear in a ...
rep_ho's user avatar
  • 8,159
1 vote
1 answer
473 views

I'm analyzing a ratio metric in the context of an A/B test (e.g. "Clicks / Impressions"). Since the randomization unit and analysis unit are different (users vs impressions), I'm applying ...
jdorn's user avatar
  • 11
4 votes
1 answer
312 views

Question: Are there (known) variance stabilizing transformations for logistic regression? Backgound: As an M-estimator, logistic regression is asymptotically normal, under suitable regularity ...
Idontgetit's user avatar
2 votes
0 answers
270 views

Let's say that the analytical infrastructure at my place of work heavily centers around t-tests. I'd like to use this platform to perform a t-test on correlated data, e.g. the extent to which an order ...
StatStudent19's user avatar
2 votes
1 answer
257 views

I am reading up on the delta method from its Wikipedia page. Under the heading Univariate delta method the statement of the method is as follows: If $$\sqrt{n}[X_n - \theta]\xrightarrow{\text{D}} \...
figs_and_nuts's user avatar
1 vote
1 answer
343 views

Here and here and on the Wikipedia page it is stated that for estimating the variance of Kaplan Meier estimator $S(t)$ using delta method one can use the fact that: $$Var(log\hat{S}(t)) \approx \frac{...
Hooman's user avatar
  • 29
1 vote
1 answer
530 views

I am trying to simulate calculating Average Marginal Effects on a basic linear regression with interaction on a binary variable and compare the empirical standard deviation I get from simulations and ...
StatsNoob's user avatar
5 votes
1 answer
485 views

In a typical A/B test, the randomization unit is user level, sometimes the analysis unit may be page/visit level, like a cluster randomization experiment. In this situation, the iid assumption doesn't ...
wei's user avatar
  • 733
2 votes
2 answers
1k views

In AB testing context, if we have a control group and test group (2 groups), and I'd like to calculate the relative difference (Mean test/ Mean control -1) and the confidence interval of this ratio ...
user1456579's user avatar
0 votes
0 answers
219 views

I am trying to use the Delta method (Please have a look at this link) to compute the covariances between the ratios of random dependent variables. I have 7 dependent variables $A_i$, $i\in\{1,2,3,4,5,...
DarkBulle's user avatar
  • 213
1 vote
1 answer
278 views

If I have a complicated function of multivariables $f(x_1,x_2,x_3,\ldots,x_n)$, and I were to find the variance approximation through the delta method, say $\sigma^2_{approx}$, would the 95% ...
user321627's user avatar
  • 4,372
3 votes
2 answers
2k views

Suppose I am willing to assume a particular likelihood function for an applied statistics problem. I am able to derive the MLE for the parameter $\theta$, which I will call $\hat{\theta}$. I can also ...
frelk's user avatar
  • 1,507
0 votes
0 answers
321 views

I have a question about the delta method. The question is: $X_1,...,X_n \sim N(\mu,\sigma^2)$, where $\sigma^2=V(x)$ and $\mu=E(X)$ let T=$\bar X^2$ be an estimate for $\mu^2$. Find the asymptotic ...
stat_student's user avatar
1 vote
1 answer
406 views

When proving the delta method of distributions in my textbook we make the following assumption: Let $X_{n}$ be a sequence of random variables. and: ${\sqrt{n}[X_n- c]\,\xrightarrow{D}\,\mathcal{N}(0,1)...
Daniel De Wet's user avatar
3 votes
1 answer
965 views

Let $X$ be a binomial RV with parameters $(n,p)$. I am interested in the ratio given by $\hspace{5cm}\boxed{R=\frac{var[f(X)]}{\mu[f(X)](1-\mu[f(X)])}}$ where $\mu[f(X)]$ denotes the mean of $f(X)$. ...
wanderer's user avatar
  • 244
6 votes
2 answers
1k views

Let $X_1,...,X_n$ be drawn from $Pois(\lambda)$ and $Y_1,...,Y_n$ from $Pois(\theta)$. I would like to find the asymptotic distribution of $$\frac{\overline X}{\overline X + \overline Y }$$ using ...
Bihu Duo's user avatar
  • 184
1 vote
1 answer
692 views

Let $X_1, X_2,...$ be i.i.d. random variables with finite mean $\mu$ and finite variance $\sigma^2$. From the Central Limit Theorem, we know that $\sqrt{n}(\bar{X_n}-\mu)$ tends in distribution to $N(...
DM-97's user avatar
  • 107
2 votes
1 answer
619 views

Suppose I am interested in computing the covariance between $\frac{A}{B}$ and $\frac{X}{Y}$. From Ratio of correlated vectors is uncorrelated? I understood that using the delta method, this amounts to ...
Golem's user avatar
  • 23
0 votes
0 answers
187 views

I am a bit new to statistics and had some conceptual questions regarding the calculation of variance. I want to calculate the variance of a function $y=\frac{\sigma_{X}}{g(\overline{X})}$. As seen in ...
Ab21's user avatar
  • 1
0 votes
0 answers
645 views

I've been trying to estimate the conditional mean treatment effect of covariates in a logit regression (using relative-risk) along with their standard errors for inference purposes. The delta method ...
cwh's user avatar
  • 1
3 votes
1 answer
317 views

I have this problem: $\sqrt N \hat{\theta} \sim N(0, V)$ where $E(\hat{\theta}) = \theta_{0} = 0$. I must find the asymthotic distribution of $\frac{N}{V}\hat{\theta}^{2}$ but if I use the Delta ...
HolParadise's user avatar
1 vote
0 answers
48 views

I want to know if I need delta method for the below 3 scenarios for online experiment: % change of clicks per user between control and test group, (test clicks per user - control clicks per user)/...
ReichieLee's user avatar
1 vote
0 answers
168 views

Suppose $X_1,...,X_n$ is a sample from a population with mean $\mu$ and variance $\sigma^2$ and third central moment of $\mu_3$. I want to justify that: $$E[\left( h(\bar{X})-E(h(\bar{X}))\right)^3]=\...
statwoman's user avatar
  • 713
1 vote
1 answer
226 views

I'm reading Casella-Berger chapter 10, where they introduce asymptotic evaluations. I don't seem quite to understand how the factor $\sqrt{n}$ works when we are using asymptotic evaluations in order ...
Niccolò Cavagnola's user avatar
2 votes
1 answer
512 views

I am working with some choice modeling data and am interested in trying to potentially use the delta method with the multinomial logit model that I'm analyzing the data with. Here's an example: First, ...
andy_d's user avatar
  • 31
7 votes
2 answers
378 views

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 ...
user2719731's user avatar
7 votes
2 answers
266 views

Suppose $X_i\overset{ind}{\sim}\mathcal{E}(\lambda_i)$, where $\lambda_i=(t_i\beta)^{-1}$, where $t_i$'s are positive known values and $\beta$ is positive unknown parameter. Here $i=1,\dots,n$. It can ...
Tan's user avatar
  • 1,607
3 votes
0 answers
386 views

Following a previous post on math exchange without success, I have applied the "Delta method" that says : Delta method : There are alternative formulations of this expression which may be ...
user avatar
6 votes
1 answer
151 views

This question relates to How to estimate $P(x\le0)$ from $n$ samples of $x$? One way to make this estimate is to use estimates $\hat\mu$ and $\hat\sigma$ and compute from those $$ \hat p = \Phi \left(...
Sextus Empiricus's user avatar
0 votes
1 answer
644 views

I am working through a statistics course right now and struggling a lot with this question. I'm not really sure where to begin. Any reading or idea where I should begin? I really need to understand ...
Thomas DeWaters's user avatar