Skip to content

Commit 22623e2

Browse files
committed
change output function
1 parent 891ae63 commit 22623e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/parameter_identifiability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ eqs = [
119119
D(x4) ~ sigma * x4 * (g * x2 - delta * x3)/x3
120120
]
121121

122-
measured_quantities = [y~x1]
122+
measured_quantities = [y~x1+x2]
123123

124124

125125
ode = ODESystem(eqs, t, name=:GoodwinOsc)
@@ -151,7 +151,7 @@ eqs = [
151151
D(x3) ~ g * x2 - delta * x3 + u2,
152152
D(x4) ~ sigma * x4 * (g * x2 - delta * x3)/x3
153153
]
154-
measured_quantities = [y~x1]
154+
measured_quantities = [y~x1+x2]
155155

156156
# check only 2 parameters
157157
to_check = [b, c]

0 commit comments

Comments
 (0)