ds=dcData(7); showPlot=1; figure; gPrm=gaussianMle(ds.input, 'full', showPlot); figure; gPrm=gaussianMle(ds.input, 'diagonal', showPlot); figure; gPrm=gaussianMle(ds.input, 'single', showPlot);