Skip to main content

Questions tagged [james-stein-estimator]

1 vote
2 answers
72 views

Stein (1964) defined a superefficient estimator for the univariate normal variance with population mean unknown. (It's unrelated to James-Stein; see here for a summary.) He gave an indicator variable ...
virtuolie's user avatar
  • 862
1 vote
1 answer
111 views

Say I measure a position in 3D: $(x,y,z)$ and I assume that $X,$ $Y,$ and $Z$ are normally distributed with the same variance (measurement error): $$ X \sim N(\mu_X,\sigma) $$ $$ Y \sim N(\mu_Y,\sigma)...
Andreas Paulsen's user avatar
3 votes
1 answer
307 views

I have a simple practical question, which I posted in Quant Finance SE (posting here as well, as I am not getting an answer(s) for it). Suppose we have $n\geq3$ financial time series (correlated or ...
Dane's user avatar
  • 559
13 votes
2 answers
1k views

OLS estimator solves the following minimization problem: $$\min ||y-X\beta||^2.$$ By taking the FOC, we obtain $\hat{\beta}$, which minimizes the objective function. But the James-Stein estimator ...
user404474's user avatar
5 votes
1 answer
256 views

Let $X$ be an N-dimensional normal random vector with non-zero mean $\mu$ and diagonal covariance matrix $\sigma^2I$. I would like to understand if it is possible to derive the expected value of the ...
user144410's user avatar
1 vote
0 answers
136 views

For reference, I'm working with something like $${\mathbf Y} \sim N_d({\boldsymbol \mu}, \sigma^2 I)$$ We can estimate $\boldsymbol\mu$ using the JSE $$ \widehat{\boldsymbol \theta}_{JS} = \left( 1 - ...
Alex H's user avatar
  • 148
1 vote
0 answers
130 views

My understanding of the James-Stein estimator is that the choice of the origin as the point to shrink towards is more for neatness than anything else, and that the estimator still dominates MLE for ...
Keith Wynroe's user avatar