i have a gaussian process regression implementation and developed some example data to test the capabilities of those methods. In the posterior calculation one gets the covariance matrix K. For some sample data this matrix gets a 0 determinant and thus it is not invertable. Can someone see a problem in the covariance matrix composition that lead to such behavior?
My Covariance matrix looks line {K(X,X) K(X*,X) ; K(X, X*) K(X*,X*)}