Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to fit normal distribution to histogram
Date: Mon, 9 Nov 2009 10:00:20 +0000 (UTC)
Organization: Fluide Automatiques et Syst&#232;mes Thermiques
Lines: 12
Message-ID: <hd8p7j$3hb$1@fred.mathworks.com>
References: <hd8m1p$rqq$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257760820 3627 172.30.248.35 (9 Nov 2009 10:00:20 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 10:00:20 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 143724
Xref: news.mathworks.com comp.soft-sys.matlab:583500


Once the histogram of the image data is plotted, one easy way
to fit a normal distribution or other is to use the Ezyfit toolbox,
http://www.mathworks.com/matlabcentral/fileexchange/10176-ezyfit-2-30
Have a look to the example file
http://www.mathworks.com/matlabcentral/fx_files/10176/3/content/ezyfit/demo/html/efdemo.html
in which a normal fit is illustrated.
Frederic


"Jamal Mohamed" <in.jamal@yahoo.com> wrote in message <hd8m1p$rqq$1@fred.mathworks.com>...
> Hi
>  How to fit normal(or any) distribution to histogram based its mode(peak) for image data ?