diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-02 13:17:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-02 13:17:05 +0200 |
commit | 70591022c07f0e8fb4dd67789b7c8d78af8ebc18 (patch) | |
tree | acaecfce5ae304cfc48b111c6db24a3f2ed5c83d /docs/reference/summary.mkinfit.html | |
parent | 380a29e81f88cd80c9c6915200ddc7054c8a085a (diff) |
Better initials for error model parameters
- Also make it possible to specify initial values for error model
parameters.
- Run tests
- Rebuild docs
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 e5565990..1a08132f 100644 --- a/docs/reference/summary.mkinfit.html +++ b/docs/reference/summary.mkinfit.html @@ -210,19 +210,19 @@ <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.5.3 -#> Date of fit: Wed Apr 10 10:11:15 2019 -#> Date of summary: Wed Apr 10 10:11:15 2019 +#> R version used for fitting: 3.6.0 +#> Date of fit: Thu May 2 12:40:14 2019 +#> Date of summary: Thu May 2 12:40:14 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent #> #> Model predictions using solution type analytical #> -#> Fitted with method using 131 model solutions performed in 0.284 s +#> Fitted using 131 model solutions performed in 0.269 s #> #> Error model: -#> NULL +#> Constant variance #> #> Starting values for parameters to be optimised: #> value type @@ -260,7 +260,7 @@ #> k_parent_sink 0.03722 10.90 5.650e-05 0.0294 0.04712 #> sigma 5.26600 4.00 5.162e-03 1.8820 8.64900 #> -#> Chi2 error levels in percent: +#> FOCUS Chi2 error levels in percent: #> err.min n.optim df #> All data 8.385 2 6 #> parent 8.385 2 6 |