Skip to content

Commit 9b5b19c

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

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
@@ -5,7 +5,7 @@ Identifiability can be divided into *structural* and *practical* identifiability
55

66
Structural identifiability (which is what this tutorial considers) can be illustrated by the following differential equation:
77
${dx \over dt} = p1*p2*x(t)$
8-
where, however much data is collected on $x$, it is impossible to determine the distinct values of $p1$ and $p2$. Hence, these parameters are these are non-identifiable (however, their product, $p1*p2$, *is* identifiable).
8+
where, however much data is collected on $x$, it is impossible to determine the distinct values of $p1$ and $p2$. Hence, these parameters are non-identifiable (however, their product, $p1*p2$, *is* identifiable).
99

1010
Catalyst contains a special extension for carrying out structural identifiability analysis using the [StructuralIdentifiability.jl](https://github.com/SciML/StructuralIdentifiability.jl) package. This enables StructuralIdentifiability's `assess_identifiability`, `assess_local_identifiability`, and `find_identifiable_functions` functions to be called directly on Catalyst `ReactionSystem`s. It also implements specialised routines to make these more efficient when applied to reaction network models. How to use these functions is described in the following tutorial, with [StructuralIdentifiability providing a more extensive documentation](https://docs.sciml.ai/StructuralIdentifiability/stable/).
1111

0 commit comments

Comments
 (0)