필터 지우기
필터 지우기

simulate stock prices using standard normal distribution

조회 수: 2 (최근 30일)
Sana Ejaz
Sana Ejaz 2019년 8월 23일
댓글: Sana Ejaz 2019년 8월 27일
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.

답변 (1개)

Abhisek Pradhan
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.
  댓글 수: 1
Sana Ejaz
Sana Ejaz 2019년 8월 27일
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 ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Financial Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by