Serving the Quantitative Finance Community

 
User avatar
Laylah
Topic Author
Posts: 0
Joined: April 14th, 2005, 12:48 pm

Shifting and Scaling Standard Normal

June 29th, 2005, 3:01 pm

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?
 
User avatar
farmer
Posts: 63
Joined: December 16th, 2002, 7:09 am

Shifting and Scaling Standard Normal

June 29th, 2005, 3:51 pm

I think your first guess will be the right answer.
Antonin Scalia Library http://antoninscalia.com
 
User avatar
NamelessWonder
Posts: 0
Joined: June 27th, 2005, 7:31 pm

Shifting and Scaling Standard Normal

June 29th, 2005, 4:12 pm

Are you looking at generating N(m,d^2) from N(0,1)? Surely thats dN(0,1)+m
 
User avatar
SPAAGG
Posts: 3
Joined: March 21st, 2003, 1:31 pm

Shifting and Scaling Standard Normal

June 29th, 2005, 5:35 pm

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