diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-03 19:14:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-03 19:14:15 +0200 |
commit | 1ef7008be2a72a0847064ad9c2ddcfa16b055482 (patch) | |
tree | ecc3f90e5d18c75aea14ad774aad9214039c0674 /docs/articles/web_only/compiled_models.html | |
parent | de7b6acdd75a0f95f2a9522c22625810f4aa329a (diff) |
Improve error model fitting
Now we have a three stage fitting process for
nonconstant error models:
- Unweighted least squares
- Only optimize the error model
- Optimize both
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 362bc72c..feba6e23 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -88,7 +88,7 @@ <h1>Performance benefit by using compiled model definitions in mkin</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2019-05-02</h4> + <h4 class="date">2019-05-03</h4> <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -163,9 +163,9 @@ ## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, solution_type = "deSolve", quiet ## = TRUE): Observations with value of zero were removed from the data</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 3 deSolve, compiled 3 3.174 1.000 3.172 0 -## 1 deSolve, not compiled 3 28.777 9.066 28.764 0 -## 2 Eigenvalue based 3 4.386 1.382 4.383 0 +## 3 deSolve, compiled 3 3.075 1.000 3.072 0.000 +## 1 deSolve, not compiled 3 28.192 9.168 28.168 0.008 +## 2 Eigenvalue based 3 4.351 1.415 4.349 0.000 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -214,8 +214,8 @@ ## Warning in mkinfit(FOMC_SFO, FOCUS_2006_D, quiet = TRUE): Observations with ## value of zero were removed from the data</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 2 deSolve, compiled 3 4.561 1.000 4.559 0 -## 1 deSolve, not compiled 3 49.847 10.929 49.823 0 +## 2 deSolve, compiled 3 4.933 1.000 4.930 0 +## 1 deSolve, not compiled 3 52.879 10.719 52.853 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |