
Newest 'regression' Questions - Cross Validated
Q&A for people interested in statistics, machine learning, data analysis, data mining, and data visualization
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 …
How to derive the standard error of linear regression coefficient
How to derive the standard error of linear regression coefficient Ask Question Asked 11 years, 5 months ago Modified 10 months ago
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 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 …
How should outliers be dealt with in linear regression analysis?
8 I've published a method for identifying outliers in nonlinear regression, and it can be also used when fitting a linear model. HJ Motulsky and RE Brown. Detecting outliers when fitting data …
regression - Linear model with both additive and multiplicative …
Sep 23, 2020 · 0 You can use Linear Regression to model any linear/non-linear relationship using basis expansion (slides from Elements of Statistical Learning).
Interpreting Z-Scores of Linear Regression Coefficients
Jul 11, 2022 · Well, under the hypothetical scenario that the true regression coefficient is equal to 0, statisticians have figured out how likely a given Z-score is (using the normal distribution …
regression - What does a "closed-form solution" mean? - Cross …
Considering that all regression scenarios can be cast as a problem of solving a system of equations, when would there not be a closed-form solution? An ill-posed or sparse problem …