
Regression with multiple dependent variables? - Cross Validated
Nov 14, 2010 · Here, the suggestion is to do two discrete steps in sequence (i.e., find weighted linear composite variables then regress them); multivariate regression performs the two steps …
How should outliers be dealt with in linear regression analysis?
I've published a method for identifying outliers in nonlinear regression, and it can be also used when fitting a linear model. HJ Motulsky and RE Brown. Detecting outliers when fitting data …
machine learning - Is it necessary to scale the target value in ...
I experienced this with sklearn.neural_network.MLPRegressor, where execution time increased at least tenfold when not scaling the target. I'm sure this varies from case to case and also …
regression - Why does a time series have to be stationary? - Cross ...
Dec 13, 2011 · This multiple regression technique is based on previous time series values, especially those within the latest periods, and allows us to extract a very interesting "inter …
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 …
regression - Time trend or time dummies in a panel - Cross …
Apr 2, 2014 · If not, then it is time that can take care of movement of dependent variable and independent variable remians useless or insignificant in regression model. Thus, by ingesting …
regression - Difference between forecast and prediction ... - Cross ...
Predicted values (and by that I mean OLS predicted values) are calculated for observations in the sample used to estimate the regression. However, forecast is made for the some dates …
regression - Deviance vs Pearson goodness-of-fit - Cross Validated
Mar 13, 2022 · I am trying to come up with a model by using negative binomial regression (negative binomial GLM). I have a relatively small sample size (greater than 300), and the data …
regression - Trying to understand the fitted vs residual plot?
Dec 23, 2016 · In this example, variances for the first quarter of the data, up to about a fitted value of 40 are smaller than variances for fitted values larger than 40. The middle portion of the fitted …
Difference between Cox regression and logistic regression; …
1) A logistic regression calculates the probability of an event happening based on the factors you feed into your model, and it uses a logit transform to give you those probabilities. (I will …