Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gpogudin committed Feb 5, 2024
1 parent bf930bb commit 3b4d971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/identifiability.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ can be exchanged. One may wonder how could we guess these functions `beta + delt
## Assuming known initial conditions

An experimental feature allows to provide an additional keyword argument `known_ic` to inidcate functions of states and parameters for which the
initial conditions are assumed to be known (while the initial conditions of the system are still assumed to be genric). In this case,
initial conditions are assumed to be known (while the initial conditions of the system are still assumed to be generic). In this case,
the identifiability will be assessed for parameters and all the initial conditions or for the initial conditions of `funcs_to_check`.
Let us add an assumption that the initial conditions `x2(0)` and `x3(0)` are known:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/identifiable_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ As `assess_identifiability` and `assess_local_identifiability`, `find_identifiab
to adjust the verbosity of logging.

Finally, as for `assess_identifiability`, an experimental feature allows to provide an additional keyword argument `known_ic` to inidcate functions of states and parameters for which the
initial conditions are assumed to be known (while the initial conditions of the system are still assumed to be genric).
initial conditions are assumed to be known (while the initial conditions of the system are still assumed to be generic).
In this case, the function will find identifiable functions of parameters and initial conditions rather than of parameters and states.
Let us add an assumption that the initial condition `x1(0)` is known:

Expand Down

0 comments on commit 3b4d971

Please sign in to comment.