Skip to content

Commit ba59056

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

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
@@ -65,7 +65,7 @@ enzyme_activation = @reaction_network begin
6565
(Eₐ, d), 0 <-->P
6666
end
6767
```
68-
and we can measure the total amount of $E$ ($=$Eᵢ+Eₐ$), as well as the amount of $P$, we can use the following to assess identifiability:
68+
and we can measure the total amount of $E$ ($=Eᵢ+Eₐ$), as well as the amount of $P$, we can use the following to assess identifiability:
6969
```example si2
7070
@unpack Eᵢ, Eₐ = enzyme_activation
7171
assess_identifiability(enzyme_activation; measured_quantities=[Eᵢ+Eₐ, :P], loglevel=Logging.Error)

0 commit comments

Comments
 (0)