|
Hi All,
Anybody know how I can get the error in the fit process using this MATLAB function?
Thank you in advance
Pablo
El viernes, 21 de enero de 2011 10:51:05 UTC-3, Shaun Hurley escribi:
> Hello All,
>
> I have a question about the fitdist function. I have data along with the number of occurrences, but am confused as to how to use that with the function. My code looks something like this:
>
> data = [50x2 matrix]
> X = data(:,1);
> freq = data(:,2);
> L = length(X);
> cens = linspace(0,0,L)';
> probplot(X,cens,freq)
> fit = fitdist(X,cens,freq,'weibull')
>
> I can't seem to get it to work, any suggestions? Thanks in advance.
|