Month: October 2024
-
Pycorrelation: Building and Sharing My First Python Package on PyPi!
Recently, I have been working on several personal projects related to quantitative finance. These projects often require the manipulation of covariance or correlation matrices for analyses or optimizations. In academic settings, such matrices are typically computed directly from historical data within a script, often stored in Numpy arrays or Pandas DataFrames to be reused later…