About 500,000 results
Open links in new tab
  1. Explain the difference between multiple regression and …

    There ain’t no difference between multiple regression and multivariate regression in that, they both constitute a system with 2 or more independent variables and 1 or more dependent …

  2. 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 S y is the sample standard …

  3. 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 …

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

  5. regression - What's the difference between multiple R and R …

    Mar 21, 2014 · In linear regression, we often get multiple R and R squared. What are the differences between them?

  6. 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 …

  7. Curve Fit with logarithmic Regression in Python

    Jan 11, 2016 · I need to find a model which best fits my data. It looks like this: So I thought about logarithmic regression. But when I try to make a simple fit in python I get the following result: …

  8. 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 …

  9. regression - What is residual standard error? - Cross Validated

    A quick question: Is "residual standard error" the same as "residual standard deviation"? Gelman and Hill (p.41, 2007) seem to use them interchangeably.

  10. 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 …