Skip to content

Commit 7cc24b4

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/inverse_problems/structural_identifiability.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 6575136 commit 7cc24b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/structural_identifiability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ While the functionality described above covers the vast majority of analysis tha
108108
si_ode = make_si_ode(goodwind_oscillator; measured_quantities=[:M])
109109
nothing # hide
110110
```
111-
and then used as input to various StructuralIdentifiability functions. In the following example we uses StructuralIdentifiability's `print_for_DAISY` function, printing the model as an expression that can be used by the [DAISY](https://daisy.dei.unipd.it/) software for identifiability analysis[^3].
111+
and then used as input to various StructuralIdentifiability functions. In the following example we use StructuralIdentifiability's `print_for_DAISY` function, printing the model as an expression that can be used by the [DAISY](https://daisy.dei.unipd.it/) software for identifiability analysis[^3].
112112
```example si1
113113
print_for_DAISY(si_ode)
114114
nothing # hide

0 commit comments

Comments
 (0)