WWEIBCFIT Is an internal routine for wweibfit
01 function l=wweibcfit(c,data) 02 %WWEIBCFIT Is an internal routine for wweibfit 03 % 04 05 l=1./c-sum(data.^c.*log(data))/(sum(data.^c))+sum(log(data))/size(data,1); 06
Comments or corrections to the WAFO group