Forecasting future revenue and expensces

381 Views Asked by At

I am trying to forecast future revenue and expenses in a company. In the past I used moving average method but later I am more inclined to try to do that by using monte carlo simulation. I am wondering can i use simple random walk pattern for that like for stocks? I also read in here Forecasting Future Revenue Data For ROI Calculation that Vasichek approach is acceptable, but in there I am a bit vary because parameters a and b which should be chosen by the user, so my second question would be if there are any guidance how to chose a and b dependent on the industry or data (i.e common values)?

Thank you.

1

There are 1 best solutions below

2
On BEST ANSWER

Answer:

Yes, you can use Vasicek Model to forecast future revenue. From your question I gather you are using a simple application like EXCEL to do the forecasting. I am posting an article that I used to forecast interest rates in my EXCEL VBA Model. This article gives detailed explanation of the Vasicek model in relation to interest rate. All you have to do is replace the interest rate with revenue data and forecast the same. It gives simple use of EXCEL Solver to estimate the parameters of Vasicek model from the historical data of revenue of the company as an input to the model. See if this is what you are looking for. There are two methods to estimate the parameters, one is Ordinary Least Squares and the other is Maximum Likelihood Estimation. This article that I am posting uses MLE. If you need further help, let me know.

https://www.doria.fi/bitstream/handle/10024/43257/nbnfi-fe200901141021.pdf?sequence=3

Good Luck

Thanks

Satish