I'm trying to build a multivariable least-square linear regression model, and there is heteroscedasticity in my model. I saw many articles suggesting transformations such as log transformation or Box-Cox transformation. However, because my response variable contains many negative values, I cannot use these transformations.
In this case, How can I deal with this heteroscedasticity? Is there any transformation I can use for response variables with negative values?
Residual plot and linear regression scatter plot graphs between the dependent and one of the independent variables are given below. On the linear regression plot, the x-axis is one of my independent variables, and the y-axis is the dependent variable.