일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Trip
- Magic
- volume
- 상관관계
- 스트라이다
- 자전거여행
- kospi
- distribution
- correlation
- bigdata
- stock
- KRX
- Apple
- correlatiom
- AI
- KODEX200
- 미드저니
- 069500
- kosdaq
- GPT
- ChatGPT
- Forex
- Inovio Pharmaceuticals
- NASDAQ
- Ltd
- 태그를 입력해 주세요.
- ATR
- Histogram
- story
- Today
- Total
목록전체 글 (20337)
DATAUNION

2025년 금 시세 전망: 글로벌 경제 환경과 투자 전략의 재조명최근 몇 년간 금 시세는 역사적인 상승세를 기록하며 투자자들의 관심을 집중시키고 있습니다. 2025년 들어 금값은 온스당 3,000달러를 돌파할 것이라는 예측이 다수 제시되는 가운데, 이와 같은 강세 흐름의 배경에는 복합적인 경제·정치적 요인이 작용하고 있습니다. 주요 투자은행들과 글로벌 금융기관들의 분석을 종합해보면, 중앙은행들의 금 매입 확대, 지정학적 긴장 고조, 인플레이션 재부상 우려, 달러화 약세 등이 금가격 상승을 견인하는 핵심 동력으로 꼽히고 있습니다. 그러나 일부 전문가들은 현재 가격 수준이 이미 상당 부분의 호재를 반영했을 가능성을 지적하며 단기 조정 가능성을 경고하고 있습니다.글로벌 경제 환경 변화와 금 시세의 상관관계중앙..

데이터를 확인한 결과, 각 종목의 종가가 열 단위로 포함되어 있으며, Date 컬럼에는 날짜가 있습니다. 이제 기술주 상위 5개 종목을 선정하고, 동일 금액으로 투자했을 때의 수익 곡선을 분석하겠습니다. 분석을 위해 다음 단계를 진행합니다:기술주 상위 5개 선정: 기술주를 필터링하고, 데이터를 기준으로 상위 5개 종목을 선택합니다.동일 투자금액 초기화: 각 종목에 동일 금액을 투자한 경우의 초기 주식 수를 계산합니다.수익 곡선 계산: 날짜별 포트폴리오의 총 가치를 계산합니다.수익 곡선 시각화: 결과를 그래프로 표시합니다.분석을 시작하겠습니다.import matplotlib.pyplot as plt# Select technology stocks (example assumption, top 5 based o..

This graph contains two violin plots illustrating the distribution of correlation coefficients between specific stocks and the entire NASDAQ composite index. The plots are based on data from January 1, 2023, to June 1, 2024. Each plot visualizes the correlation coefficients based on daily closing prices and daily returns, respectively.### Left Graph: Distribution of Correlation Coefficients Base..

A panoramic view of the cityscape from a crepe, showcasing its skyline and surrounding greenery against a cloudy sky. The buildings stand tall with modern architecture, while small houses line streets below on hillsides covered in lush trees. In the distance behind them is an urban park under mountains, adding to the overall sense of scale and depth. This scene captures one side of Brazil's vibr..

I found the stock symbol for Berkshire Hathaway Class B shares listed as "BRK-B" in the dataset, along with other related symbols such as "BRK-A" for Class A shares and various others that include "BRK" in their symbols. Now, I will proceed to calculate the correlation distribution of daily closing prices between "BRK-B" and all other stocks listed in the dataset. The correlation coefficients..

Calculating the correlation coefficients for AAPL, ADBE, and TSLA with all other stocks listed on the NASDAQ over the last 100 days proved to be computationally intensive and resulted in an interruption due to the processing time limit. To address this, I will optimize the calculation process by focusing on a representative subset of stocks or refining the approach to ensure it completes within ..

Correlation distribution은 특정 기준에 따라 여러 변수 간의 상관관계의 분포를 나타내는 그래프입니다. 예를 들어, 주식 시장에서는 특정 주식과 나스닥에 상장된 다른 모든 주식 간의 종가 상관계수를 계산하여 이를 분석할 수 있습니다. 이 그래프는 x축에 상관계수를, y축에 빈도수를 나타내며, 주식 간의 상관관계의 강도와 분포를 시각적으로 이해할 수 있게 해줍니다. 상관계수는 -1에서 1 사이의 값을 가지며, 1에 가까울수록 두 변수 간에 강한 양의 상관관계가, -1에 가까울수록 강한 음의 상관관계가 있음을 의미합니다. 0 근처의 값은 변수 간에 상관관계가 거의 없거나 약함을 나타냅니다. 이러한 분석은 시장의 동향을 이해하고, 위험 관리 및 포트폴리오 다각화 전략을 수립하는 데 유용할 수..