Skip to content

Commit 321bbb5

Browse files
committed
update
1 parent 94a8de5 commit 321bbb5

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/src/tutorials/parameter_identifiability.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,13 @@ After that we are ready to check the system for local identifiability:
6161
# we pass the ode-system
6262
local_id_all = assess_local_identifiability(de, 0.99)
6363
# [ Info: Preproccessing `ModelingToolkit.ODESystem` object
64-
# Dict{Nemo.fmpq_mpoly, Bool} with 10 entries:
65-
# x5 => 1
66-
# k7 => 1
67-
# k10 => 1
68-
# x6 => 1
69-
# k8 => 1
70-
# k9 => 1
71-
# k6 => 1
72-
# k5 => 1
73-
# x4 => 1
74-
# x7 => 0
64+
# 6-element Vector{Bool}:
65+
# 1
66+
# 1
67+
# 1
68+
# 1
69+
# 1
70+
# 1
7571
```
7672
We can see that all states (except $x_7$) and all parameters are locally identifiable with probability 0.99.
7773

0 commit comments

Comments
 (0)