comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: fitting many linear eqs simultaneously with outliers
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: fitting many linear eqs simultaneously with outliers [message #77969 is a reply to message #77967] Thu, 13 October 2011 22:37 Go to previous message
Matt Francis is currently offline  Matt Francis
Messages: 94
Registered: May 2010
Member
I have had reasonable success with noisy outlier full data using
AMOEBA (from IDL Astronomy User's Library) to minimise the following
fitness function derived in "Data Analysis:A Bayesian Tutorial" (D.S.
Sivia) section 8.3.1 (second edition):

F = SUM_i {1/(\sigma * \sqrt(2 \pi)) * [ (1 - exp(-R_i^2/2))/R_i^2]}

where R_i = (model - measured)/\sigma

and \sigma is your best a priori guess of the measurement error.

The fitness function above works remarkably well at toning down the
influence of outliers. The down side is that this doesn't use the
linearity of the equations at all, but AMOEBA works pretty efficiently
and your parameter space probably won't be too multi-modal so a
downhill solver should work fine.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: filling in gaps in an image
Next Topic: Re: Pass variables into Newton or BROYDEN for solving non-linear equations

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 12:30:25 PDT 2025

Total time taken to generate the page: 1.04543 seconds