simulate stock prices using standard normal distribution

9 visualizaciones (últimos 30 días)
Sana Ejaz
Sana Ejaz el 23 de Ag. de 2019
Comentada: Sana Ejaz el 27 de Ag. de 2019
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.

Respuestas (1)

Abhisek Pradhan
Abhisek Pradhan el 26 de Ag. de 2019
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 comentario
Sana Ejaz
Sana Ejaz el 27 de Ag. de 2019
My supervisor don't want me to use packages so I want a simple method to simulate prices.I want to simulate market prices first and my company prices should then be created from market prices using correlation coefficient.I meant to say my market simulated prices should be related to company simulated prices thorugh correlation.
Does it make sense ?

Iniciar sesión para comentar.

Categorías

Más información sobre Financial Data en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by