[Go to BBS]
All articles in a thread
SubjectSAD Update. V1.0.10.4.10a Fit
Article No882
Date: 2011/02/01(Tue) 14:12:31
ContributorK. Oide
Dear Users,

1. The value of ConfidenceInterval by Fit and FitPlot was changed. It has been Sqrt[Cii], where Cii is the diagonal component of the covariant matrix, but it may not be right. Now it is changed to Sqrt[ DeltaChisq Cii], where DeltaChisq is the solution of

GammaRegularized[nvar/2, DeltaChisq/2 ] == Erfc[Sqrt[1/2]] .

SubjectRe: SAD Update. V1.0.10.4.10a01 Fit
Article No884
Date: 2011/02/03(Thu) 08:11:30
ContributorK. Oide
Dear Users,

1. On top of the previous change, to obtain the covariant matrix was improved to enable analytic differentiation even when the equation to fit contains Part whose index is the independent variable. This kind of change will be also applied for similar errors with Fit or Plot in future.

2. Derivative of Erf was wrong by a factor of Sqrt[Pi].



> Dear Users,
>
> 1. The value of ConfidenceInterval by Fit and FitPlot was changed. It has been Sqrt[Cii], where Cii is the diagonal component of the covariant matrix, but it may not be right. Now it is changed to Sqrt[ DeltaChisq Cii], where DeltaChisq is the solution of
>
> GammaRegularized[nvar/2, DeltaChisq/2 ] == Erfc[Sqrt[1/2]] .

SubjectRe: SAD Update. V1.0.10.4.10a10 Fit
Article No886
Date: 2011/02/23(Wed) 16:48:01
ContributorK. Oide
Dear Users,

1. FitPlot was modified to avoid unnecessary error messages when Part is used in the fit function.

SubjectRe: SAD Update. V1.0.10.4.10a20 Fit
Article No887
Date: 2011/02/24(Thu) 09:04:26
ContributorK. Oide
Dear Users,

1. Now Fit has a new option Cutoff to specify the saturation amplitude to calculate chi-square:

chi-suare = Sum_i ( Min[Cutoff, Max[-Cutoff, (d_i - f_ i) / sigma_i]] ) ,

which is a sort of robust M-Estimates. By Cutoff, the fit tends to ignore tail data which are beyond Cutoff.
If Cutoff is zero (default), it is ignored.

SubjectRe^2: SAD Update. V1.0.10.4.10a20 Fit
Article No888
Date: 2011/02/24(Thu) 09:05:52
ContributorK. Oide
There was a mistake in the expression:

Dear Users,

1. Now Fit has a new option Cutoff to specify the saturation amplitude to calculate chi-square:

chi-suare = Sum_i ( Min[Cutoff, Max[-Cutoff, (d_i - f_ i) / sigma_i]]^2 ) ,

which is a sort of robust M-Estimates. By Cutoff, the fit tends to ignore tail data which are beyond Cutoff.
If Cutoff is zero (default), it is ignored.

> Dear Users,
>
> 1. Now Fit has a new option Cutoff to specify the saturation amplitude to calculate chi-square:
>
> chi-suare = Sum_i ( Min[Cutoff, Max[-Cutoff, (d_i - f_ i) / sigma_i]] ) ,
>
> which is a sort of robust M-Estimates. By Cutoff, the fit tends to ignore tail data which are beyond Cutoff.
> If Cutoff is zero (default), it is ignored.