Structurally Identifiable Parameters & Parameter Combinations

All Solutions
k12 is uniquely identifiable
k21 is uniquely identifiable
k02 is uniquely identifiable
V1 is uniquely identifiable
COMBOS Runtime = 0.44 seconds

Model Entered

dx[1](t)/dt = k12*x[2](t)-(1+k21)*x[1](t)+u[1](t)
dx[2](t)/dt = k21*x[1](t)-(k02+k12)*x[2](t)
y[1](t) = x[1](t)/V1

Model in Copy/Paste Format

dx1/dt = k12*x2-(1+k21)*x1+u1; dx2/dt = k21*x1-(k02+k12)*x2; y1 = x1/V1; 

Mapped Parameters

k12
p1
k21
p2
k02
p3
V1
p4