
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 - When is R squared negative? - Cross Validated
With linear regression with no constraints, R2 must be positive (or zero) and equals the square of the correlation coefficient, r. A negative R2 is only possible with linear regression when either …
correlation - What is the difference between linear regression on y ...
The Pearson correlation coefficient of x and y is the same, whether you compute pearson(x, y) or pearson(y, x). This suggests that doing a linear regression of y given x or x given y should be …
Newest 'regression' Questions - Cross Validated
May 25, 2015 · Q&A for people interested in statistics, machine learning, data analysis, data mining, and data visualization
regression - What does it mean to regress a variable against …
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 - What is the reason the log transformation is used with ...
The biggest challenge this presents from a purely practical point of view is that, when used in regression models where predictions are a key model output, transformations of the …
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 …
How to derive the standard error of linear regression coefficient
Here is my question, according to the book and Wikipedia, the standard error of β^1 β ^ 1 is
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 - Converting standardized betas back to original …
Where β∗ are the estimators from the regression run on the standardized variables and β^ is the same estimator converted back to the original scale, Sy is the sample standard deviation of …