two-gamma-variate fitting

9 ビュー (過去 30 日間)
Hang Zeng
Hang Zeng 2021 年 7 月 26 日
コメント済み: Hang Zeng 2021 年 7 月 29 日
Hi Matlab expert:
I am now trying to analysis my fMRI data using the two-gamma-variate fitting. Does any happen to have it ?

採用された回答

Shadaab Siddiqie
Shadaab Siddiqie 2021 年 7 月 29 日
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.
  1 件のコメント
Hang Zeng
Hang Zeng 2021 年 7 月 29 日
yes, I need to pre-define the coefficient. Thanks a lot!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by