simulate stock prices using standard normal distribution
1 次查看(过去 30 天)
显示 更早的评论
Hi all,
I am new to MATLAB and I want to simulate market index and
company stock prices using normal distribution in MATLAB.Company prices should be linked to market through correlation.simulate stock prices
Any help will be appreciated.
0 个评论
回答(1 个)
Abhisek Pradhan
2019-8-26
Following link illustrate a method to simulate equity prices.
As stocks generally refers to traded Equity. So, the provided workflow may be used to simulate stock prices as well.
While creating a sde object change the Simulation property to Normal Distribution, which is by default simByEuler.
To get a function_handle for Normal Distribution use normpdf.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Stochastic Differential Equation (SDE) Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!