I have a problem where the expected regression output should be "loan amount". The expected output should be between 2 values (EX: 100K and 1000K)
I was thinking of using a Gamma GLM since the outcome variable is positive and skewed.
So my question are:
- Is there any other suggestions for different GLMs that meet this requirement?
- What are the pros and cons for using Gamma GLM vs linear regression using transformed predictor variables (most of them are financial data so they are log normally distributed) ?
- If I were to use Gamma GLM, what type of transformations/checks do I need before fitting the data?