Curve fitting to get gamma curve parameter
Afficher commentaires plus anciens
Dear Forum Member.
I want to fit a curve to gamma like curve with current data that i have.
i need to get shape and scale parameter from the data that i assume have a gamma intensity curve.
Here is the grey level as (Y)
Columns 1 through 17
150 149 151 157 163 169 174 176 177 177 177 181 185 186 185 184 181
Columns 18 through 24
176 173 171 169 167 168 168
and the index is
Columns 1 through 14
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Columns 15 through 24
15 16 17 18 19 20 21 22 23 24
if i create the plot it will be like this

i want to assume the graph as gamma curve, how to get the shape and scale parameter for this curve if i only have x and y ?
new image :

Thank you :)
Réponse acceptée
Plus de réponses (2)
bym
le 6 Avr 2013
If you have the statistics toolbox, you can use:
gamfit()
Shariefa Shaik
le 6 Mar 2018
0 votes
Why [1 10 150] values only
1 commentaire
Torsten
le 6 Mar 2018
These are initial guesses for the parameters to be determined, not data points.
Catégories
En savoir plus sur Gamma Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!