simulate stock prices using standard normal distribution
Mostra commenti meno recenti
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.
Risposte (1)
Abhisek Pradhan
il 26 Ago 2019
0 voti
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.
1 Commento
Sana Ejaz
il 27 Ago 2019
Categorie
Scopri di più su Financial Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!