Location: cellLib @ 4d87e24edb37 / BG_fit / calc_tau.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-08-02 19:00:05+12:00
Desc:
Add BG paras_conv.m
Permanent Source URI:
https://models.physiomeproject.org/workspace/6bc/rawfile/4d87e24edb3731b3379a42ab58e90c4c1c0a7f7b/BG_fit/calc_tau.m

function tau = calc_tau(alpha,beta)
tau = 1./(alpha + beta);
end