Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kristian Soltesz
amina
Commits
63ef0095
Commit
63ef0095
authored
Feb 18, 2021
by
Ylva Wahlquist
Browse files
update PKPDeleveld
parent
a777627a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PKPDeleveld.jl
View file @
63ef0095
...
...
@@ -127,10 +127,10 @@ ts = 0.0:Ts:3600 # s
## PD model
ke0
=
ϕ
[
2
]
/
60
# [1/s]
Ce50
=
ϕ
[
1
]
*
f_ageing
(
ϕ
[
7
])
*
1000
# [μg/l]
BIS_baseline
=
ϕ
[
3
]
# [BIS index]
BIS_baseline
=
100
# [BIS index]
γ
=
ϕ
[
4
]
#BIS(Ce) = BIS_baseline*(1 - (Ce^γ)/(Ce50^γ + Ce^γ)) + ϕ[5] # This residual error gives 93+8 = 101 as start?
BIS
(
Ce
)
=
100
*
(
1
-
(
Ce
^
γ
)
/
(
Ce50
^
γ
+
Ce
^
γ
))
BIS
(
Ce
)
=
BIS_baseline
*
(
1
-
(
Ce
^
γ
)
/
(
Ce50
^
γ
+
Ce
^
γ
))
## PKPD model
PD_lc
=
ss
(
tf
(
ke0
,[
1
,
ke0
]))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment