Browse Source

Version with sensitivity calculation and distribution projection

Andrej 2 years ago
parent
commit
d7d8719665
2 changed files with 105 additions and 164 deletions
  1. 2 2
      models/cCotinine.json
  2. 103 162
      pythonScripts/compartmentModel.ipynb

+ 2 - 2
models/cCotinine.json

@@ -62,8 +62,8 @@
        "stomach":"stomachPC",
        "testes":"testesPC"},
      "parameters":{
-        "adiposePC":{"value":0.04,"range":[0.03,0.05]},
-	     "brainPC":{"value":0.27},
+        "adiposePC":{"value":0.04,"dist":"lognormal","cv":0.3},
+	     "brainPC":{"value":0.27,"dist":"lognormal","cv":0.3},
 	     "heartPC":{"value":0.28},
         "kidneyPC":{"value":0.72},
 	     "liverPC":{"value":0.39},

File diff suppressed because it is too large
+ 103 - 162
pythonScripts/compartmentModel.ipynb


Some files were not shown because too many files changed in this diff