
regression - What does it mean to regress a variable against another ...
2014年12月4日 · 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.
How to describe or visualize a multiple linear regression model
I'm trying to fit a multiple linear regression model to my data with couple of input parameters, say 3.
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 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 when either …
Why not approach classification through regression?
86 "..approach classification problem through regression.." by "regression" I will assume you mean linear regression, and I will compare this approach to the "classification" approach of fitting a logistic …
How should outliers be dealt with in linear regression analysis ...
What statistical tests or rules of thumb can be used as a basis for excluding outliers in linear regression analysis? Are there any special considerations for multilinear regression?
Newest 'regression' Questions - Cross Validated
3 天之前 · Q&A for people interested in statistics, machine learning, data analysis, data mining, and data visualization
When is it ok to remove the intercept in a linear regression model ...
Hence, if the sum of squared errors is to be minimized, the constant must be chosen such that the mean of the errors is zero.) In a simple regression model, the constant represents the Y-intercept of the …
Transforming variables for multiple regression in R
I am trying to perform a multiple regression in R. However, my dependent variable has the following plot: Here is a scatterplot matrix with all my variables (WAR is the dependent variable): I know ...
What is the difference between logistic regression and neural networks ...
How do we explain the difference between logistic regression and neural network to an audience that have no background in statistics?