Skip to content

Commit fa1d8c0

Browse files
TorkelEisaacsas
andauthored
Update docs/src/inverse_problems/structural_identifiability.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 77ff9de commit fa1d8c0

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
@@ -124,7 +124,7 @@ rs = @reaction_network begin
124124
(k1,k2), X1 <--> X2
125125
end
126126
```
127-
contain [conservation laws](@ref network_analysis_deficiency) (in this case $Γ = X1 + X2$, where $Γ = X1(0) + X2(0)$ is a constant). Because the presence of such conservation laws makes structural identifiability analysis prohibitively computationally expensive (for all but the simplest of cases), these are automatically eliminated by Catalyst. This is handled internally, and should not be noticeable to the user. The exception is the `make_si_ode` function. For each conservation law, its output will have one ODE removed, and instead have a conservation parameter (on the form `Γ[i]`) added to its equations. This feature can be disabled through the `remove_conserved = false` option.
127+
contain [conservation laws](@ref network_analysis_deficiency) (in this case $Γ = X1 + X2$, where $Γ = X1(0) + X2(0)$ is a constant). Because the presence of such conservation laws makes structural identifiability analysis prohibitively computationally expensive (for all but the simplest of cases), these are automatically eliminated by Catalyst. This is handled internally, and should not be noticeable to the user. The exception is the `make_si_ode` function. For each conservation law, its output will have one ODE removed, and instead have a conservation parameter (of the form `Γ[i]`) added to its equations. This feature can be disabled through the `remove_conserved = false` option.
128128

129129
## [Systems with exponent parameters](@id structural_identifiability_exp_params)
130130
Structural identifiability cannot currently be applied to systems with parameters (or species) in exponents. E.g. this

0 commit comments

Comments
 (0)