Challenge: Simulate and Visualize Portfolio Diversification
Tâche
Swipe to start coding
You are given simulated daily returns for three assets over a year. Your task is to simulate a diversified portfolio using these assets, compute relevant diversification metrics, and visualize the results.
- Calculate the daily portfolio returns as a weighted sum of the individual asset returns using the provided weights.
- Compute the mean and standard deviation of the simulated portfolio returns.
- Plot a histogram of the daily portfolio returns and display the plot.
- Do not change the provided random seed, asset returns, or portfolio weights.
- Use only the allowed libraries for your calculations and visualization.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 7
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Génial!
Completion taux amélioré à 4.76
Challenge: Simulate and Visualize Portfolio Diversification
Glissez pour afficher le menu
Tâche
Swipe to start coding
You are given simulated daily returns for three assets over a year. Your task is to simulate a diversified portfolio using these assets, compute relevant diversification metrics, and visualize the results.
- Calculate the daily portfolio returns as a weighted sum of the individual asset returns using the provided weights.
- Compute the mean and standard deviation of the simulated portfolio returns.
- Plot a histogram of the daily portfolio returns and display the plot.
- Do not change the provided random seed, asset returns, or portfolio weights.
- Use only the allowed libraries for your calculations and visualization.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 7
single