help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weighted residuals are not real


From: Preeti Gaikwad
Subject: Re: weighted residuals are not real
Date: Fri, 18 Nov 2011 15:26:03 +0100



On 18 November 2011 15:19, preeti gaikwad <address@hidden> wrote:


On 18 November 2011 15:10, Przemek Klosowski <address@hidden> wrote:
On 11/18/2011 08:27 AM, preeti gaikwad wrote:
pin = [0.1 3];% ls;la

options.bounds=[0.0001 10;0.001 100];


It's just that you are reporting an error, but for anyone else to see your error they need to have your data (x,y, T, etc). As you say, you see the error for some data and not for other data, so please help us by providing data that results in errors.


f1=load ("TvL_60g_4.dat");

lambda = f1(:,1) ;

nr=size(f1,1);

nc=size(f1,2)-1;

T=f1(:,2:nc+1);

x= [0.84 1.28 1.44 1.64 1.71 1.84 1.87 1.95 2.17 2.31 2.56 2.76 2.87 2.90 3.00 3.41 4.32 4.88 5.49];

y=1./T(1, :);


so here it is my x and y values...... if I remove the bad points (to fit linear) like 1.44 to 2.17 it is giving this error....and even its not the good fit what I expect....thanks for ur help.....


hi ben I dont hv this dFdp but i think its just differentiation of dp isnt it? 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]