Skip to content

Commit 09d4a25

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_creation/functional_parameters.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent dc43b57 commit 09d4a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/functional_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sol = solve(oprob)
130130
plot(sol)
131131
```
132132
!!! note
133-
When declaring a functional parameter of time, it is easy to set its grid values (i.e. ensure they range from the first to the final time point). For Functional parameters that depend on species concentrations it is trickier, and one must make sure that any potential input-species values that can occur during the simulation are represented in the interpolation. In this example it is fairly straightfor
133+
When declaring a functional parameter of time, it is easy to set its grid values (i.e. ensure they range from the first to the final time point). For Functional parameters that depend on species concentrations it is trickier, and one must make sure that any potential input-species values that can occur during the simulation are represented in the interpolation.
134134

135135
### [Using different data interpolation approaches](@id functional_parameters_interpolation_algs)
136136
Up until now we have used [linear interpolation](https://en.wikipedia.org/wiki/Linear_interpolation) of our data. However, DataInterpolations.jl [supports other interpolation methods](https://docs.sciml.ai/DataInterpolations/stable/methods/). To demonstrate these we here generate a data set, and then show the linear, cubic, and constant interpolations:

0 commit comments

Comments
 (0)