Code covered by the BSD License  

Highlights from
Discriminant Analysis Programme

image thumbnail
from Discriminant Analysis Programme by Bartolomeu Rabacal
Discrimination and Classification of data to and from groups with classical/robust estimation

computeCPCSigmaList(B, LList, numGrps)
function cpcSigmaList = computeCPCSigmaList(B, LList, numGrps)

for i = 1:numGrps
    cpcSigmaList{i}= B*diag(LList{i})*B';
end

Contact us at files@mathworks.com