Skip to content

Commit 283b0cd

Browse files
committed
up
1 parent a792559 commit 283b0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/inverse_problems/structural_identifiability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ StructuralIdentifiability currently assesses identifiability for the first two o
2222

2323
### Basic example
2424

25-
Local identifiability can be assessed using the `assess_identifiability` function. For each model quantity (parameters and variables), it will assess whether they are:
25+
Global identifiability can be assessed using the `assess_identifiability` function. For each model quantity (parameters and variables), it will assess whether they are:
2626
- Globally identifiable.
2727
- Locally identifiable.
2828
- Unidentifiable.
@@ -94,7 +94,7 @@ assess_local_identifiability(goodwind_oscillator; measured_quantities=[:M], logl
9494
We note that the results are consistent with those produced by `assess_identifiability` (with globally or locally identifiable quantities here all being assessed as at least locally identifiable).
9595

9696
## Finding identifiable functions
97-
Finally, StructuralIdentifiability provides the `find_identifiable_functions` function. Rather than determining the identifiability of each parameter and initial condition of the model, it finds a minimal set of identifiable functions, such as any other identifiable expression of the model can be generated by these. Let us again consider the Goodwind oscillator, using the `find_identifiable_functions` function we find that identifiability can be reduced to five globally identifiable expressions:
97+
Finally, StructuralIdentifiability provides the `find_identifiable_functions` function. Rather than determining the identifiability of each parameter and state of the model, it finds a set of identifiable functions, such as any other identifiable expression of the model can be generated by these. Let us again consider the Goodwind oscillator, using the `find_identifiable_functions` function we find that identifiability can be reduced to five globally identifiable expressions:
9898
```example si1
9999
find_identifiable_functions(goodwind_oscillator; measured_quantities=[:M], loglevel=Logging.Error)
100100
```

0 commit comments

Comments
 (0)