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.

0 votes
0 answers
35 views

How to calculate confidence interval using the delta method in R?

I'm trying (struggling) to calculate the delta method for a confidence method in R. Does anyone know how to do it? Any advice would be most welcome. In the literature, there's a simple IV/2SLS model ...
user avatar
6 votes
2 answers
594 views

Delta method vs actual expectation

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
  • 643
0 votes
0 answers
78 views

Derive the expectation and variance of squared sample correlation: delta-method or else?

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
0 votes
0 answers
15 views

Understanding Asymptotic Relative Efficiency and how to compute it

I am learning about asymptotic relative efficiency (ARE) in class, and I am trying to understand exactly how to compute the ARE. From my understanding, asymptotic relative efficiency refers to ...
Harry Lofi's user avatar
2 votes
0 answers
95 views

A test of the difference between two r-squared?

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
36 views

Coefficient covariance matrix of inverse probability weighted regression

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
  • 35k
1 vote
0 answers
28 views

Creating a confidence interval for the natural log of the proportion of successes [duplicate]

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
121 views

Reparameterization of the variance-covariance matrix (`apVar`) of the random-effect parameters estimated by `lme`

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
105 views

Reference needed for Delta method

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
326 views

Use the delta method to find confidence intervals

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
  • 543
4 votes
0 answers
149 views

Estimating covariance based on Delta approach

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
2 votes
1 answer
799 views

Delta method for ratio metrics

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
339 views

Deriving the asymptotic distribution using delta method

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
57 views

how to estimate the number of known words in a text

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
  • 7,709
1 vote
1 answer
276 views

Negative variance with Delta Method in A/B test analysis?

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

15 30 50 per page
1
2 3 4 5
12