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/reference/summary.mkinfit.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/reference/summary.mkinfit.html')
| -rw-r--r-- | docs/reference/summary.mkinfit.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/docs/reference/summary.mkinfit.html b/docs/reference/summary.mkinfit.html index 89a8b9a6..351d7a7e 100644 --- a/docs/reference/summary.mkinfit.html +++ b/docs/reference/summary.mkinfit.html @@ -211,15 +211,15 @@      <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>      <pre class="examples"><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/summary'>summary</a></span>(<span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='fu'><a href='mkinmod.html'>mkinmod</a></span>(<span class='kw'>parent</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>)), <span class='no'>FOCUS_2006_A</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>))</div><div class='output co'>#> mkin version used for fitting:    0.9.49.4   #> R version used for fitting:       3.6.0  -#> Date of fit:     Thu May  2 18:48:59 2019  -#> Date of summary: Thu May  2 18:48:59 2019  +#> Date of fit:     Fri May  3 19:08:31 2019  +#> Date of summary: Fri May  3 19:08:31 2019   #>   #> Equations:  #> d_parent/dt = - k_parent_sink * parent  #>   #> Model predictions using solution type analytical   #>  -#> Fitted using 131 model solutions performed in 0.274 s +#> Fitted using 131 model solutions performed in 0.27 s  #>   #> Error model:  #> Constant variance  @@ -247,9 +247,9 @@  #>   #> Parameter correlation:  #>                    parent_0 log_k_parent_sink     sigma -#> parent_0          1.000e+00         5.428e-01 1.642e-07 -#> log_k_parent_sink 5.428e-01         1.000e+00 2.507e-07 -#> sigma             1.642e-07         2.507e-07 1.000e+00 +#> parent_0          1.000e+00         5.428e-01 1.648e-07 +#> log_k_parent_sink 5.428e-01         1.000e+00 2.513e-07 +#> sigma             1.648e-07         2.513e-07 1.000e+00  #>   #> Backtransformed parameters:  #> Confidence intervals for internally transformed parameters are asymmetric. | 
