
regression - When is R squared negative? - Cross Validated
With linear regression with no constraints, R2 R 2 must be positive (or zero) and equals the square of the correlation coefficient, r r. A negative R2 R 2 is only possible with linear …
regression - Trying to understand the fitted vs residual plot?
Dec 23, 2016 · A good residual vs fitted plot has three characteristics: The residuals "bounce randomly" around the 0 line. This suggests that the assumption that the relationship is linear is …
Why are regression problems called "regression" problems?
I was just wondering why regression problems are called "regression" problems. What is the story behind the name? One definition for regression: "Relapse to a less perfect or developed state."
Regression with multiple dependent variables? - Cross Validated
Nov 14, 2010 · Is it possible to have a (multiple) regression equation with two or more dependent variables? Sure, you could run two separate regression equations, one for each DV, but that …
regression - What are good RMSE values? - Cross Validated
Apr 17, 2013 · Suppose I have some dataset. I perform some regression on it. I have a separate test dataset. I test the regression on this set. Find the RMSE on the test data. How should I …
regression - Why does a time series have to be stationary? - Cross ...
Dec 13, 2011 · This multiple regression technique is based on previous time series values, especially those within the latest periods, and allows us to extract a very interesting "inter …
regression - What does it mean to regress a variable against …
Dec 4, 2014 · When we say, to regress Y Y against X X, do we mean that X X is the independent variable and Y the dependent variable? i.e. Y = aX + b Y = a X + b.
regression - How to decide which glm family to use ... - Cross …
Jan 15, 2016 · I have fish density data that I am trying to compare between several different collection techniques, the data has lots of zeros, and the histogram looks vaugley appropriate …
regression - What does negative R-squared mean? - Cross Validated
Nov 24, 2015 · For the top set of points, the red ones, the regression line is the best possible regression line that also passes through the origin. It just happens that that regression line is …
regression - Maximum likelihood method vs. least squares method …
80 What is the main difference between maximum likelihood estimation (MLE) vs. least squares estimaton (LSE) ? Why can't we use MLE for predicting y y values in linear regression and …