Ongeveer 502.000 resultaten
Koppelingen in nieuw tabblad openen
  1. Explain the difference between multiple regression and multivariate ...

    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 variables.

  2. 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."

  3. regression - What does it mean to regress a variable against another ...

    4 dec. 2014 · 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.

  4. 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 to mea...

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

    21 mrt. 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? - Cross ...

    23 dec. 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 reasonable. The …

  7. Curve Fit with logarithmic Regression in Python

    11 jan. 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: My code …

  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 regression when either the …

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

    5 dec. 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 distinguish between …

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