You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/2018/01/24/Parameters.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ use this guide and request new additions as necessary!
173
173
Adjoint sensitivity analysis lets you directly solve for the derivative of some
174
174
functional of the differential equation solution, such as a cost function in
175
175
an optimization problem.
176
-
[DifferentialEquations.jl now has a package-independent adjoint sensitivity analysis implementation](https://diffeq.sciml.ai/latest/analysis/sensitivity) that lets you use any of the common
176
+
[DifferentialEquations.jl now has a package-independent adjoint sensitivity analysis implementation](https://docs.sciml.ai/SciMLSensitivity/stable/) that lets you use any of the common
177
177
interface ODE solvers to perform this analysis. While there are more optimizations
178
178
which still need to be done in this area, this will be a useful feature for those
179
179
looking to perform optimization on the ODE solver.
@@ -185,7 +185,7 @@ function approach. While L2-error of the solution against data corresponds to
185
185
maximum likelihood estimation under the assumption of a Normal likelihood, this
186
186
is constrained to very specific likelihood functions (Normal). Now our tools
187
187
allow for giving a likelihood distribution associated with each time point.
188
-
[We have some examples in the documentation showing how to use MLE estimation to get fitting distributions](https://diffeq.sciml.ai/latest/analysis/parameter_estimation).
188
+
[We have some examples in the documentation showing how to use MLE estimation to get fitting distributions](https://docs.sciml.ai/Overview/stable/highlevels/inverse_problems/).
189
189
This process is a more precise approach to data fitting and thus should be an
190
190
interesting new tool to use in cases where one wants to fit parameters against
191
191
a lot of data.
@@ -198,7 +198,7 @@ requires that your function is defined via `@ode_def` and will write and run a
198
198
code from [Stan](https://mc-stan.org/) to generate posterior distributions. The
199
199
`turing_inference` function uses [Turing.jl](https://github.com/yebai/Turing.jl)
200
200
and can work with any DifferentialEquations.jl object. These functions simply
201
-
require your `DEProblem`, data, and prior distributions and the [rest of the inference setup is done for you](https://diffeq.sciml.ai/latest/analysis/parameter_estimation). Thus this is a very quick way to make use of
201
+
require your `DEProblem`, data, and prior distributions and the [rest of the inference setup is done for you](https://docs.sciml.ai/Overview/stable/highlevels/inverse_problems/). Thus this is a very quick way to make use of
0 commit comments