I have a solid background in python, I figured out how to do covariance matrices etc from the lecture but I can’t figure out what Exercise 3 is asking to create the function def center_data(Y):
I understand I need the mean of each column to get variance but that seems like a whole process of parsing through the huge numpy array.
I might be overthinking what the programming question is asking.