Let's say we have the following regression model: $$z_i = \beta_0 + \beta_1 X_{1,i} + \beta_2 X_{2,1} + u_i$$ Where $z_i = \frac{y_i - \bar{y}}{\sigma_y}$ is the (standardized) dependent variable.
How do you interpret the effect that a marginal increase in $X_1$ has on the expected value of $y_i$ (not $z_i$)?
I found this question, but the dependent variable is standardized according to the group it belongs to.