diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-26 09:49:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-26 09:49:58 +0100 |
commit | 282f88f9e28e683f524d5e05d65d8b18ab856a8d (patch) | |
tree | d4928410ba3f2d9d276e06e2149069d66aecb19c /docs/articles/web_only | |
parent | 7aaa293d43989834be53d78298629aa3d23dc9a7 (diff) |
Further improvement of the logLik.mkinfit help
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only')
-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 93c800bf..083cdb79 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -125,9 +125,9 @@ <a class="sourceLine" id="cb5-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Lade nötiges Paket: rbenchmark</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 3 deSolve, compiled 3 2.268 1.000 2.267 0 -## 1 deSolve, not compiled 3 18.698 8.244 18.690 0 -## 2 Eigenvalue based 3 2.812 1.240 2.811 0 +## 3 deSolve, compiled 3 2.264 1.000 2.263 0 +## 1 deSolve, not compiled 3 17.642 7.792 17.634 0 +## 2 Eigenvalue based 3 2.801 1.237 2.799 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -156,12 +156,12 @@ <a class="sourceLine" id="cb8-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Successfully compiled differential equation model from auto-generated C code.</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 2 deSolve, compiled 3 4.032 1.000 4.028 0 -## 1 deSolve, not compiled 3 39.759 9.861 39.741 0 +## 2 deSolve, compiled 3 4.012 1.000 4.010 0 +## 1 deSolve, not compiled 3 37.606 9.373 37.589 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> -<p>Here we get a performance benefit of a factor of 10 using the version of the differential equation model compiled from C code!</p> +<p>Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!</p> <p>This vignette was built with mkin 0.9.47.6 on</p> <pre><code>## R version 3.5.1 (2018-07-02) ## Platform: x86_64-pc-linux-gnu (64-bit) |