Skip to main content

Questions tagged [mean-square-error]

This tag is for questions about mean-square-error. In statistics, the mean squared error (MSE) of an estimator measures the average of the squares of the errors or deviations, that is, the difference between the estimator and what is estimated.

1 vote
2 answers
143 views

I have 2 random variables X and Y: $$X_i \sim Unif(0,1)$$ $$Y_i \sim Bernoulli(X_i^{exp(\delta)})$$ I wanted to be able to test how well a set of success probabilities fit to observed set of ...
Hugh Warden's user avatar
0 votes
2 answers
122 views

I'm working through the derivation of the gradient for the Mean Squared Error (MSE) loss function in a standard linear regression model and have a question about the application of the chain rule in ...
wat's user avatar
  • 31
0 votes
1 answer
35 views

I'm looking for input on a proposed formal connection between three key concepts in machine learning. I'm hoping to get feedback on the validity of this framework and pointers to any existing ...
Mario's user avatar
  • 101
-1 votes
1 answer
116 views

So it is very well known that the conditional expectation minimizes the mean squared error. That is, given a probability space $(\Omega, \mathcal{A}, \mathbb{P})$ and random variables $X:(\Omega, \...
guest1's user avatar
  • 766
1 vote
1 answer
61 views

From a population of $N$ vectors I select a sample of $n$ vectors. What will be an error in a sample mean compared with population mean, i.e. how "close" the vectors will be? Does it matter ...
Paul R's user avatar
  • 2,413
0 votes
0 answers
36 views

Question: I am aiming to understand part of my notes on Rao-Blackwell theorem. Specifically I am looking for examples which clarify what is meant by $(Condition \hspace{1mm} 1.)$. I already have two ...
user21764386's user avatar
1 vote
1 answer
101 views

I have a question regarding the formula of the Bias contained in the Mean Squared Error, more specifically about the denominator. I know that the MSE can be written as: MSE=(1/N)(sum(observed value i-...
nerd25's user avatar
  • 11
1 vote
0 answers
38 views

Background Given Data points matrix $X$ is given. We look for $W$, an orthonormal column matrix $$ W = \begin{bmatrix} | & | & & | \\ w_1 & w_2 & \cdots & w_k \\ | & | &...
Michael's user avatar
  • 431
1 vote
1 answer
87 views

I wish to isolate the terms $\vec{x}\vec{x}^\intercal$ from the below expression. I wish to do this in order to find some sort of closed form for combining $A$ and $B$. $$A\vec{x}\vec{x}^\intercal A +...
TommyK's user avatar
  • 21
1 vote
0 answers
78 views

I need to solve an optimization problem involving an Extreme Learning Machine $z=W_2\sigma(W_1 x)$, where the weight matrix for the hidden layer $W_1$ is a fixed random matrix, $\sigma()$ is the ...
all.m's user avatar
  • 11
2 votes
1 answer
330 views

This is something I have been struggling to understand. Our prof told us that a consistent estimator has $0$ variance as $n$ becomes large. Even though this intuitively makes sense, I don't understand ...
stats_noob's user avatar
  • 4,183
1 vote
1 answer
73 views

Let $X_1 , \dots , X_n$ be IID Uniform$(\theta, 2\theta)$ with $\theta>0$. Consider estimators for $\theta$ of the form: \begin{equation} Z_a = aX_{(1)} + \frac{1}{2}(1-a)X_{(n)} \end{equation} ...
Bastiza's user avatar
  • 467
0 votes
0 answers
40 views

Consider five real numbers $A_1$, $A_2$, $A_3$, $B_1$, $B_2$. They are errors, the five differences between real values and estimated values. The MAE(mean absolute error) is $$\text{MAE} = \frac{|A_1|+...
govindah's user avatar
  • 860
2 votes
1 answer
81 views

Given $f(x) = 3x^2 \theta e^{-\theta x^3} 1_{(0,\infty)}(x)$ I want to find the MSE of the MLE estimator for $\theta$. I've found that $\hat{\theta} = \frac{n}{\sum_{i=1}^n X_i^3} = \frac{1}{\bar{X^3}}...
Saim Faigol's user avatar
1 vote
0 answers
56 views

Consider a scenario where observed data is represented in grey and modelled data in red, as below Here, the x-axis is a position, and the y-axis is an expected time, so that the slope defines, in a ...
sam wolfe's user avatar
  • 3,585

15 30 50 per page
1
2 3 4 5
19