Skip to content

Commit

Permalink
very minor change to second sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Feb 17, 2021
1 parent bfa65e6 commit 785e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/parameter_estimation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Parameter Estimation
The parameters of a model, generated by Catalyst, can be estimated using various packages available in the Julia ecosystem. Refer [here](https://diffeq.sciml.ai/stable/analysis/parameter_estimation/) for a more detailed description. Below follows a quick tutorial of how [DiffEqFlux](https://diffeqflux.sciml.ai/dev/) can be used to fit a parameter set to data.
The parameters of a model, generated by Catalyst, can be estimated using various packages available in the Julia ecosystem. Refer [here](https://diffeq.sciml.ai/stable/analysis/parameter_estimation/) for more extensive information. Below follows a quick tutorial of how [DiffEqFlux](https://diffeqflux.sciml.ai/dev/) can be used to fit a parameter set to data.

First, we fetch the required packages.
```julia
Expand Down

0 comments on commit 785e6f7

Please sign in to comment.