Hey,
can anyone explain how the scores are derived in the equations:
score_mean = (W1+W2*S21*inv(S11))*available_data.';
score_cov = W2*(S22-S21*inv(S11)*S12)*W2.';
What happens with the scores (especially inv(S11)) when the available data is longer than the number of batches?