约 514,000 个结果
在新选项卡中打开链接
  1. regression - When is R squared negative? - Cross Validated

    Also, for OLS regression, R^2 is the squared correlation between the predicted and the observed values. Hence, it must be non-negative. For simple OLS regression with one predictor, this is …

  2. regression - Trying to understand the fitted vs residual plot?

    2016年12月23日 · 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 …

  3. Why are the Degrees of Freedom for multiple regression n - k - 1?

    2017年5月2日 · How do I use the standard regression assumptions to prove that $\hat {\sigma}^2$ is an unbiased estimator of $\sigma^2$? (2 answers)

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

    2023年12月5日 · 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 …

  5. How to derive the standard error of linear regression coefficient

    another way of thinking about the n-2 df is that it's because we use 2 means to estimate the slope coefficient (the mean of Y and X) df from Wikipedia: "...In general, the degrees of freedom of …

  6. regression - How to decide which glm family to use ... - Cross …

    2016年1月15日 · I have fish density data that I am trying to compare between several different collection techniques, the data has lots of zeros, and the histogram looks vaugley appropriate …

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

  8. Linear model with both additive and multiplicative effects

    2020年9月23日 · 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:

  9. normalization - Normalized regression coefficients - interpretation ...

    2020年4月24日 · I have data containing several variables. I ran a regression model. Prior to running the model I have normalized the dependent variable Y and the independent variables …

  10. Minimal number of points for a linear regression

    2023年2月10日 · 25 What would be a "reasonable" minimal number of observations to look for a trend over time with a linear regression? what about fitting a quadratic model? I work with …