Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: fitting the norm CDF
Date: Mon, 7 Jan 2008 22:48:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <flua71$5ki$1@fred.mathworks.com>
References: <flu5ld$42j$1@fred.mathworks.com> <flu7ep$hpl$1@fred.mathworks.com> <flu9m6$j0t$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1199746082 5778 172.30.248.37 (7 Jan 2008 22:48:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 7 Jan 2008 22:48:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1076536
Xref: news.mathworks.com comp.soft-sys.matlab:444753



It seems to work now by using
Y = round(Y);

One more question is how I can can transform the b (fitted
parameters) into the estimated mean and dispersion of the
normal distribution.  From glmfit I received 
b(1) =  -3.6396 and
b(2) =  21.6186;

Thanks a lot.

P