Location: cellLib @ ab5c063dc511 / BG_fit / calc_gss.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-03-18 13:14:41+13:00
Desc:
tune the plot
Permanent Source URI:
https://models.physiomeproject.org/workspace/6bc/rawfile/ab5c063dc5110d2bc68c2abbc8a6b0939c6c1ba1/BG_fit/calc_gss.m

function g_ss = calc_gss(alpha,beta)
g_ss = alpha./(alpha + beta);
end