I’m trying to create a simulation for the value of a portfolio of loan assets. Can anyone suggest a good way to scale and shift a N(0,1) so that I can use the new distribution to simulate the asset values?
well, if X ~ N(0,1), then Y = a + b * X is N(a, b^2)I would use an other type of distribution for a loan portfolio. Smothing skewed. Check in the literaturebye