Tag Archives: monte carlo simulation

Stock Portfolio Balancing with Monte Carlo Simulation

Portfolio balancing is a complex optimization problem. The problem can be stated as assignment of weights to different stocks in the portfolio so that a metric called Sharpe Ratio is maximized. In this post we will see how Monte Carlo … Continue reading

Posted in Data Science, Python, Simulation, Statistics | Tagged , , | 1 Comment

Monte Carlo Simulation Library in Python with Project Cost Estimation as an Example

I was working on a solution for change point detection in time series, which led me to certain two sample statistic, for which critical values didn’t exist. The only option was to simulate the statistic values and estimate critical values … Continue reading

Posted in Data Science, Python, Statistics | Tagged , | Leave a comment