Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: fitting Beta CDF
Date: Wed, 26 Sep 2007 17:09:26 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <fde3o5$dta$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1190826566 14250 172.30.248.38 (26 Sep 2007 17:09:26 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 26 Sep 2007 17:09:26 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1076536
Xref: news.mathworks.com comp.soft-sys.matlab:430292



Hi,

Are there any function similar to glmfit but for fitting the
Beta or Gamma CDF.

For example, I have the empirical CDF that I would like to
fit the Beta or Gamma CDF to.

x = 0:0.1:1.0;
data = [0.001;0.02;0.15;0.2;0.3;0.45;0.7;0.82;0.9;0.95;0.98;];

Thank you very much for your help.