Path: news.mathworks.com!not-for-mail
From: "Mohammad Monfared" <gohardoust@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: fitting a Gamma cdf to my data
Date: Tue, 7 Oct 2008 19:46:01 +0000 (UTC)
Organization: gol
Lines: 7
Message-ID: <gcge9p$sfv$1@fred.mathworks.com>
Reply-To: "Mohammad Monfared" <gohardoust@gmail.com>
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 1223408761 29183 172.30.248.38 (7 Oct 2008 19:46:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 7 Oct 2008 19:46:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 93829
Xref: news.mathworks.com comp.soft-sys.matlab:494132


I'm interested in fitting a Gamma cdf to my data which looks like:
particle_size=[2 50 ... 2000]
particle_fraction=[0.08 0.2 ... 1]

how can I do this jos?
thanks,
Reza