Structurally Identifiable Parameters & Parameter Combinations

All Solutions
b is locally identifiable with 2 solutions
d is locally identifiable with 2 solutions
COMBOS Runtime = 1.15 seconds

Model Entered

dx[1](t)/dt = -d*x[1](t)
dx[2](t)/dt = kTL*x[1](t)-b*x[2](t)
y[1](t) = x[2](t)

Model in Copy/Paste Format

dx1/dt = -d*x1; dx2/dt = kTL*x1-b*x2; y1 = x2; 

Mapped Parameters

d
p1
kTL
p2
b
p3