Research direction questions based on time series data
조회 수: 3 (최근 30일)
이전 댓글 표시
Please tell me about the statistical significance test process and research direction that I have to proceed with with the data
Construction: Construction Company Stock Price Index
Vacancy: Vacancy rates
Kospi: KOSPI Index
Rate: Base rate applied on a daily basis
Bond: 3-year bond yield
CC2: Construction cost index
Exchange:rate of exchange
Rent: Rent Index
It is also possible to write down the dividend yield data converted into numbers.
These data are first-order differential values, excluding vacancy rates, and for Rent, they are non-differential values.
I want to use this data to estimate the rate of return and check the stability through the Sharpe ratio, but I wonder if I can get the code.
As in the attached data format, data was collected in the same way for a total of five items.
댓글 수: 2
답변 (1개)
Udit06
2024년 2월 14일
Hi @형현
As per the definition of Sharpe Ratio definition given on the following Investopedia resource,
You can calculate the Sharpe ratio from the data mentioned above using the following steps,
- Calculate the rate of return for your Construction Company Stock Price Index. This can be done by calculating the percentage change in the index over a period of time.
- Subtract the risk-free rate from the rate of return to get the excess return. The risk-free rate could be the base rate or the 3-year bond yield in this case.
- The Sharpe ratio is calculated by dividing the excess return by the standard deviation of the rate of return.
Once you have the Sharpe ratio, you can use a t-test to test its statistical significance. You can refer to the following MathWorks documentation to understand more about t-test.
I hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!