About 50 results
Open links in new tab
  1. 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."

  2. regression - What does it mean to regress a variable against …

    Dec 4, 2014 · Those words connote causality, but regression can work the other way round too (use Y to predict X). The independent/dependent variable language merely specifies how one …

  3. Support Vector Regression vs. Linear Regression - Cross Validated

    Dec 5, 2023 · Linear regression can use the same kernels used in SVR, and SVR can also use the linear kernel. Given only the coefficients from such models, it would be impossible to …

  4. Can I merge multiple linear regressions into one regression?

    Oct 3, 2021 · Although one can compute a single regression for all data points, if you include model assumptions such as i.i.d. normal errors, the model for all points combined can't be …

  5. When to use negative binomial and Poisson regression

    Sep 2, 2024 · When would one use a negative binomial regression and when would one use Poisson regression with respect to the mean and variance?

  6. regression - Interpreting the residuals vs. fitted values plot for ...

    Consider the following figure from Faraway's Linear Models with R (2005, p. 59). The first plot seems to indicate that the residuals and the fitted values are uncorrelated, as they should be in a

  7. Multiple logistic regression power analysis - Cross Validated

    But there appears to be very little documentation on multiple logistic regression models like my situation. I don't know how to do a more detailed power analysis for multiple logistic regression.

  8. classification - Why is logistic regression a linear classifier ...

    Logistic regression is neither linear nor is it a classifier. The idea of a "decision boundary" has little to do with logistic regression, which is instead a direct probability estimation method that …

  9. What algorithm is used in linear regression? - Cross Validated

    Jun 13, 2016 · I usually hear about "ordinary least squares". Is that the most widely used algorithm used for linear regression? Are there reasons to use a different one?

  10. What is the effect of having correlated predictors in a multiple ...

    The VIF is how much the variance of your regression coefficient is larger than it would otherwise have been if the variable had been completely uncorrelated with all the other variables in the …