Structurally Identifiable Parameters & Parameter Combinations

All Solutions
b is uniquely identifiable
d3 is uniquely identifiable
d1 is uniquely identifiable
-kTL/d2 is uniquely identifiable
COMBOS Runtime = 34.82 seconds

Model Entered

dx[1](t)/dt = -d1*x[1](t)-d2*x[1](t)*x[3](t)
dx[2](t)/dt = kTL*x[1](t)-b*x[2](t)
dx[3](t)/dt = d3*x[4](t)-d2*x[1](t)*x[3](t)
dx[4](t)/dt = -d3*x[4](t)+d2*x[1](t)*x[3](t)
y[1](t) = x[2](t)
x[1](0) = 1
x[2](0) = 0
x[3](0) = 1
x[4](0) = 0

Model in Copy/Paste Format

dx1/dt = -d1*x1-d2*x1*x3; dx2/dt = kTL*x1-b*x2; dx3/dt = d3*x4-d2*x1*x3; dx4/dt = -d3*x4+d2*x1*x3; y1 = x2; x1(0) = 1;x2(0) = 0;x3(0) = 1;x4(0) = 0;

Mapped Parameters

d1
p1
d2
p2
kTL
p3
b
p4
d3
p5