We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8de5 commit 321bbb5Copy full SHA for 321bbb5
docs/src/tutorials/parameter_identifiability.md
@@ -61,17 +61,13 @@ After that we are ready to check the system for local identifiability:
61
# we pass the ode-system
62
local_id_all = assess_local_identifiability(de, 0.99)
63
# [ 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
+ # 6-element Vector{Bool}:
+ # 1
75
```
76
We can see that all states (except $x_7$) and all parameters are locally identifiable with probability 0.99.
77
0 commit comments