Add initial implementation of portfolio risk management analysis

- Created a new Python script for analyzing historical stock data.
- Implemented functions to test normality of price and return distributions.
- Included functionality to compute and visualize the efficient frontier for a portfolio of stocks.
- Added comments and documentation for clarity and future reference.
This commit is contained in:
2025-10-08 11:17:12 +02:00
parent a4adf0a392
commit cb4e7d2ac2
2 changed files with 368 additions and 0 deletions