Re: Identifying a gamma distribution in MATLAB?
- From: glenbarnett@xxxxxxxxxxxxx
- Date: 28 Apr 2005 17:42:47 -0700
If your y vs x follow a curve shaped like a gamma pdf (but presumably
not with integral equal to 1), this scaled gamma pdf is sometimes
called a Hoerl curve.
y = f(x) = C x^(a-1) exp(-x/b)
take logs of both sides, and let c=ln(C)
ln(y) = c + (a-1) ln(x) -x/b
So one way to estimate the parameters a,b, and c is to regress ln(y) on
ln(x) and x.
Glen
.
- References:
- Prev by Date: Re: Variance of rank statistics
- Next by Date: Re: Generating a PDF for data set using IQR, mean and median
- Previous by thread: Re: Identifying a gamma distribution in MATLAB?
- Next by thread: help in finding pixel coords of polygon vertices
- Index(es):