two-gamma-variate fitting
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hang Zeng
am 26 Jul. 2021
Kommentiert: Hang Zeng
am 29 Jul. 2021
Hi Matlab expert:
I am now trying to analysis my fMRI data using the two-gamma-variate fitting
. Does any happen to have it ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/695289/image.png)
0 Kommentare
Akzeptierte Antwort
Shadaab Siddiqie
am 29 Jul. 2021
From my understanding you want to model above expression. You can use symbolic equation to model such expressions like so:
syms x
f = a*(x/(p*q))^p * exp(p-x/q) -b (x/r*s)^r * exp(r-x/s);
since in your case a, p, q, b, r and s are coefficients you have to pre-define it.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!