params = {
{'mumax', 0.5, 0}
{'rhoa', 0.03, 0}
{'rhoz', 0.1, 0}
{'k', 10, 0}
{'alpha', 0.02, 0}
{'th', 1.14, 0, Inf, 1.14, 0.2} % N(0.14, 0.2^2)1{th>0} prior
% initial values for the model states
{'A0', 0.77, 0, Inf, 0.77, 2 }
{'Z0', 1.3, 0, Inf, 1.3, 2 }
{'P0', 10, 0, Inf, 10, 2 }
};
model.S20 = [1 1 2];
model.N0 = [4 4 4];
https://www.csdn.net/gather_1c/MtTacgysODExNzYtZG93bmxvYWQO0O0O.html
请问您现在理解了吗?您是用这个代码估计传染病模型的参数吗?