I am unable to put this exponential function in my excel 2016 sheet. I get an function EXP.DIST() - which return me a error. I have following 2 question -
Why do we have to calculate it by exponential returns? When we have done all the calculation in Log returns?
Is it the best approach for calculating the Upper/Lower Range of any asset?
Can you try the ‘=exp()’ function? The exp.dist gives the exponential distribution, which we dont need.
We need to convert the log returns to regular returns and this can be done by using the exponential function. You dont have to do this if you have calculated the returns using the normal way i.e =(today’a value/y’day value)-1