Skip to content

Commit 193906a

Browse files
authored
Merge pull request #1612 from ArnoStrouwen/patch-2
add measured quantities
2 parents 4d625c8 + 3c3f154 commit 193906a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/parameter_identifiability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ We can see that all states (except $x_7$) and all parameters are locally identif
7474
Let's try to check specific parameters and their combinations
7575
```julia
7676
to_check = [k5, k7, k10/k9, k5+k6]
77-
local_id_some = assess_local_identifiability(de, funcs_to_check=to_check, p=0.99)
77+
local_id_some = assess_local_identifiability(de, measured_quantities=measured_quantities, funcs_to_check=to_check, p=0.99)
7878
# 4-element Vector{Bool}:
7979
# 1
8080
# 1
@@ -176,4 +176,4 @@ Both parameters `b, c` are globally identifiable with probability `0.9` in this
176176
> Goodwin, B.C. [*Oscillatory behavior in enzymatic control processes*](https://doi.org/10.1016/0065-2571(65)90067-1), Advances in Enzyme Regulation, Vol 3 (C), 425-437, 1965
177177
178178
[^4]:
179-
> Dong, R., Goodbrake, C., Harrington, H. A., & Pogudin, G. [*Computing input-output projections of dynamical models with applications to structural identifiability*](https://arxiv.org/pdf/2111.00991). arXiv preprint arXiv:2111.00991.
179+
> Dong, R., Goodbrake, C., Harrington, H. A., & Pogudin, G. [*Computing input-output projections of dynamical models with applications to structural identifiability*](https://arxiv.org/pdf/2111.00991). arXiv preprint arXiv:2111.00991.

0 commit comments

Comments
 (0)