Hi all,
I'm trying to fit a curve to a data set with asymmetric errors. I
usually use mpfitexpr when fitting, but cannot see a way to input
anything other than symmetric errors (though this is could well be a
problem with my understanding rather than the routine!). If mpfitexpr
is not the task for the job, is there another routine you would
suggest?
Thank you very much for your time! :)
Liz
|
|
0
|
|
|
|
Reply
|
bartlett.e.s
|
1/7/2011 4:46:47 PM |
|
Hi,
if the errors are asymmetric, it means that the
underlying distribution is non-gaussian.
Now most of the machinery used for error propagation,
fitting, etc. assumes gaussian errors.
Therefore, I would think you may need to move beyond
those simple methods if you want to get good results.
You may have to use an approach that models both data
and errors.
Ciao,
Paolo
On Jan 7, 11:46=A0am, Elizabeth <bartlett....@gmail.com> wrote:
> Hi all,
> I'm trying to fit a curve to a data set with asymmetric errors. I
> usually use mpfitexpr when fitting, but cannot see a way to input
> anything other than symmetric errors (though this is could well be a
> problem with my understanding rather than the routine!). If mpfitexpr
> is not the task for the job, is there another routine you would
> suggest?
>
> Thank you very much for your time! :)
> =A0Liz
|
|
0
|
|
|
|
Reply
|
pgrigis1 (374)
|
1/7/2011 6:37:16 PM
|
|