diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 12:19:03 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 12:19:03 +0100 | 
| commit | bbb74d4f60033899cd5cdd36aa70f157bc52209e (patch) | |
| tree | ca0f620ba0ffd59ff242071260d2346e4ca254ff /docs/articles/web_only/compiled_models.html | |
| parent | 70e48e8360875f22970174d409c46cb3f076fa99 (diff) | |
Fix bug in yesterdays release, add methods for BIC
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
| -rw-r--r-- | docs/articles/web_only/compiled_models.html | 13 | 
1 files changed, 7 insertions, 6 deletions
| diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 6df504ed..363f0c38 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -90,7 +90,7 @@        <h1>Performance benefit by using compiled model definitions in mkin</h1>                          <h4 class="author">Johannes Ranke</h4> -            <h4 class="date">2019-09-19</h4> +            <h4 class="date">2019-11-01</h4>        <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -165,9 +165,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.171    1.000     3.170        0 -## 1 deSolve, not compiled            3  29.012    9.149    28.996        0 -## 2      Eigenvalue based            3   4.473    1.411     4.470        0 +## 3     deSolve, compiled            3   3.143    1.000     3.142        0 +## 1 deSolve, not compiled            3  29.169    9.281    29.154        0 +## 2      Eigenvalue based            3   4.358    1.387     4.356        0  ##   user.child sys.child  ## 3          0         0  ## 1          0         0 @@ -216,8 +216,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.913    1.000     4.909        0 -## 1 deSolve, not compiled            3  53.418   10.873    53.393        0 +## 2     deSolve, compiled            3   4.840    1.000     4.837        0 +## 1 deSolve, not compiled            3  54.338   11.227    54.309        0  ##   user.child sys.child  ## 2          0         0  ## 1          0         0</code></pre> @@ -231,6 +231,7 @@    </div>    <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> +          <div id="tocnav">        <h2 class="hasAnchor">  <a href="#tocnav" class="anchor"></a>Contents</h2> | 
