Hello,
I've successfully used SS capabilities of Intel MKL to compute the grouped/pooled covariance/correlation matrices. Now I face the the situation when only grouped means are required. There is an option for estimates "VSL_SS_GROUP_COV", which would do the job of computing both Grouped Means and Grouped Cov. Matrices. I couldn't find a way for skipping the computation of Cov. matrix (i.e. there is no option "VSL_SS_GROUP_MEAN"). Is there a solution to this problem?
Thank you very much.