Skip to main content

Questions tagged [mse]

MSE stands for Mean Squared Error. It is a measure of the performance of an estimate or prediction, equal to the mean squared difference between the observed values and the estimated / predicted values.

2 votes
0 answers
28 views
+100

Tradeoff between Prediction Interval Accuracy & Mean Squared Error

My goal is to quantify the prediction uncertainty in a model regressing climate covariates against GDP. I start with a model with temperature as a third degree polynomial, country fixed effects ($\...
hayfreed's user avatar
0 votes
0 answers
18 views

Why does the square term get omitted in Gradient derivation of parameter θ-th

I get it that my question may sound a bit sophisticated or overwhelming, but it's pretty straightforward when you read the image below. As you can see, the square ^2 completely dissipates, despite ...
iHunter's user avatar
2 votes
1 answer
21 views

Is Mean Square Prediction Error acceptable to use if predicted values are continuous but actual observed values are discrete?

I would like to compare the predictive power of 2 models. The models are meant to model count data, so the actual observed values are discrete. However both models are designed such that they output ...
Astral's user avatar
  • 133
0 votes
0 answers
17 views

Standard error of RMSE and differences in RMSE

I have a set of models $M = \{1, ..., m, ..., K\}$, and for each I am calculating RMSE on out-of-sample data as standard: \begin{equation} \mathrm{RMSE_{m}} = \sqrt{\frac{1}{N} \sum_{i=1}^{N} (\...
user_15's user avatar
  • 185
1 vote
1 answer
66 views

How to improve a model with little dataset? [duplicate]

I have a dataset that has 20 features and 65 samples. I did data scaling. I also did feature selection in different ways. But this is the result. ...
Erfan Mollai's user avatar
0 votes
0 answers
34 views

Is there any test I can apply to the data to tell whether the adaptive LASSO or the LASSO is likely to perform better in prediction?

Is there a. test I can perform on a sample that will tell me if coefficients estimated using the LASSO, the adaptive LASSO, or the relaxed adaptive LASSO are likely to give better (in the mean squared ...
andrewH's user avatar
  • 3,157
0 votes
0 answers
21 views

MSE of VAR impulse responses in R

I am using the vars library in R. How do I calculate the MSE of the impulse responses I generate with the irf function? The <...
Kweku Yamoah's user avatar
1 vote
0 answers
18 views

Optimal estimate under altered MSE loss function

Suppose I am interested in estimating $\theta \in \mathbb{R}$ and I observe a noisy data point $\tilde{\theta}=\theta + N(0,\sigma^2)$ where $\sigma^2$ is known. I am interested in constructing an ...
econ_enthusiast's user avatar
1 vote
0 answers
171 views

Determining an optimal level of aggregation that balances accuracy and granularity

I am looking for ideas for aggregating prediction outcomes in a way that maximizes the number of classes while minimizing classification error. As a motivating example, say I'm working on a prediction ...
mle_in_paris's user avatar
0 votes
1 answer
38 views

using MSE loss paired with F-score in a classification model

for a video summarization project i use the features of each frame as input to predict if some of these frames are included in the summary or not. one of the famous implementations i found had treated ...
moha tech's user avatar
1 vote
1 answer
37 views

results of a regression predictor

I have a neural network trained to predict values from timeseries. the target (which is hopefully to be predicted by NN) is always in range 0.0~1.0, and has these statistic features: ...
Bikay's user avatar
  • 13
0 votes
0 answers
33 views

Sample Size for Adaptive Lasso

Be gentle, I'm learning here. I have a fairly simple adaptive lasso regression that I'm trying to test for a minimum sample size. I used cross-validated mean squared error as the "score" of ...
JRW's user avatar
  • 1
0 votes
0 answers
17 views

Lasso regression test MSE lower than train MSE

Im currently using Lasso to build a predictive model for numeric variable . Before scaling the features I split the data for train test and validation . I have a feature named 'year' and i wanted the ...
liza read's user avatar
4 votes
1 answer
105 views

Mean Squared Error for point estimation

I am attempting to understand Mean Squared Error when evaluating point estimators for particular parameters of interest. The book we are reading for class states the following: The mean squared error (...
Harry Lofi's user avatar
0 votes
0 answers
30 views

Compare Root Mean Square Values

I'm trying to compare a regression neural network to a commonly used equation. I have an 80:20 split for my training:test, and I get the root mean square error on the test set from the neural network ...
Jack789's user avatar

15 30 50 per page
1
2 3 4 5
29