Calculating Matrix Determinants in C
I’ve just finished a research project focused around creating a general classifier for a large data-set. It deals with time series data, and as such must split this time series data into segments using change point detection. In one of the cost functions I was …