Page 1 of 1

Scaling/Shifting an empirical distribution

Posted: June 20th, 2021, 1:54 pm
by mathdude2018
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?

Re: Scaling/Shifting an empirical distribution

Posted: June 21st, 2021, 5:44 pm
by Alan
[$]x'_i = x_i - \mu + \mu'[$]

Re: Scaling/Shifting an empirical distribution

Posted: June 21st, 2021, 10:32 pm
by bearish
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.