diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-26 09:09:43 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-26 09:12:41 +0100 | 
| commit | 3621588c04cbaa393ba62c97137f6aec746d114f (patch) | |
| tree | b70b6a84fa28c8e71463f661b969f575e90220e8 /docs/articles/web_only | |
| parent | 82bf34f1b0db8d202abf8cd4f5b6ce8b8aecfc1a (diff) | |
Support logLik and AIC for manual weights
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only')
| -rw-r--r-- | docs/articles/web_only/FOCUS_Z.html | 2 | ||||
| -rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html index 5215e039..6ebe3c73 100644 --- a/docs/articles/web_only/FOCUS_Z.html +++ b/docs/articles/web_only/FOCUS_Z.html @@ -84,7 +84,7 @@        <h1>Example evaluation of FOCUS dataset Z</h1>                          <h4 class="author">Johannes Ranke</h4> -            <h4 class="date">2018-11-23</h4> +            <h4 class="date">2018-11-26</h4>        <div class="hidden name"><code>FOCUS_Z.Rmd</code></div> diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index c47425fb..25a3a62e 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -84,7 +84,7 @@        <h1>Performance benefit by using compiled model definitions in mkin</h1>                          <h4 class="author">Johannes Ranke</h4> -            <h4 class="date">2018-11-23</h4> +            <h4 class="date">2018-11-26</h4>        <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -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.274    1.000     2.273        0 -## 1 deSolve, not compiled            3  17.686    7.777    17.676        0 -## 2      Eigenvalue based            3   2.800    1.231     2.799        0 +## 3     deSolve, compiled            3   2.296    1.000     2.295        0 +## 1 deSolve, not compiled            3  17.937    7.812    17.928        0 +## 2      Eigenvalue based            3   2.861    1.246     2.859        0  ##   user.child sys.child  ## 3          0         0  ## 1          0         0 @@ -156,8 +156,8 @@  <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.038    1.000     4.035        0 -## 1 deSolve, not compiled            3  37.805    9.362    37.788        0 +## 2     deSolve, compiled            3   4.020    1.000     4.017        0 +## 1 deSolve, not compiled            3  37.721    9.383    37.704        0  ##   user.child sys.child  ## 2          0         0  ## 1          0         0</code></pre> | 
