About 508,000 results
Open links in new tab
  1. What's the difference between correlation and simple linear …

    Aug 1, 2013 · Note that one perspective on the relationship between regression & correlation can be discerned from my answer here: What is the difference between doing linear regression on …

  2. Multivariable vs multivariate regression - Cross Validated

    Feb 2, 2020 · Multivariable regression is any regression model where there is more than one explanatory variable. For this reason it is often simply known as "multiple regression". In the …

  3. regression - Converting standardized betas back to original …

    I have a problem where I need to standardize the variables run the (ridge regression) to calculate the ridge estimates of the betas. I then need to convert these back to the original variables scale.

  4. 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?

  5. regression - Linear model with both additive and multiplicative …

    Sep 23, 2020 · In a log-level regression, the independent variables have an additive effect on the log-transformed response and a multiplicative effect on the original untransformed response:

  6. regression - Linear vs Nonlinear Machine Learning Algorithms

    Jan 6, 2021 · Three linear machine learning algorithms: Linear Regression, Logistic Regression and Linear Discriminant Analysis. Five nonlinear algorithms: Classification and Regression …

  7. regression - McFadden's Pseudo-$R^2$ Interpretation - Cross …

    Apr 27, 2020 · 50 I have a binary logistic regression model with a McFadden's pseudo R-squared of 0.192 with a dependent variable called payment (1 = payment and 0 = no payment). What is …

  8. Outlier detection using regression - Cross Validated

    Jun 23, 2014 · Can regression be used for out lier detection. I understand that there are ways to improve a regression model by removing the outliers. But the primary aim here is not to fit a …

  9. regression - Difference between forecast and prediction ... - Cross ...

    I was wondering what difference and relation are between forecast and prediction? Especially in time series and regression? For example, am I correct that: In time series, forecasting seems …

  10. When to normalize data in regression? - Cross Validated

    Mar 16, 2016 · Under what circumstances should the data be normalized/standardized when building a regression model. When i asked this question to a stats major, he gave me an …