Serving the Quantitative Finance Community

 
mathdude2018
Topic Author
Posts: 15
Joined: January 10th, 2018, 4:35 pm

Scaling/Shifting an empirical distribution

June 20th, 2021, 1:54 pm

I am generating 500 points in Monte Carlo distribution based on some empirical/historical behavior. However, the mean is different from what we see in the forward market. We need to readjust the mean of this distribution to that displayed by forward market. 

This is a non parametric distribution i.e. just a bunch of data points. How do I adjust the distribution so that new distribution has the desired mean from forward market.

Does it need some kind of entropy minimization approach?
 
User avatar
Alan
Posts: 2958
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Re: Scaling/Shifting an empirical distribution

June 21st, 2021, 5:44 pm

[$]x'_i = x_i - \mu + \mu'[$]
 
User avatar
bearish
Posts: 5186
Joined: February 3rd, 2011, 2:19 pm

Re: Scaling/Shifting an empirical distribution

June 21st, 2021, 10:32 pm

Aside from the low sample size, there is also an intended change of measure taking place here. It is possible that if we knew a bit more about the nature of your problem we could be more helpful. Like, maybe a multiplicative adjustment could be more appropriate than Alan’s additive one. Or, I guess, you could just take logs as needed.