<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/docs/reference/logLik.mkinfit.html, branch v0.9.49.6</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v0.9.49.6</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v0.9.49.6'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2019-10-31T00:59:05Z</updated>
<entry>
<title>Add likelihood ratio test and other methods, fixes</title>
<updated>2019-10-31T00:59:05Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-31T00:55:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=7091d3738e7e55acb20edb88772b228f6f5b6c98'/>
<id>urn:sha1:7091d3738e7e55acb20edb88772b228f6f5b6c98</id>
<content type='text'>
The likelihood ratio test method is lrtest, in addition,
methods for update and residuals were added.
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-10-25T00:10:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-25T00:10:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=af2e1540cdad2fd00bb6216a38a754ff748629ad'/>
<id>urn:sha1:af2e1540cdad2fd00bb6216a38a754ff748629ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct and rebuild docs</title>
<updated>2019-09-18T11:03:50Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-18T11:03:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=e05656d57668688b971c28e32b4cfd4d3eac4662'/>
<id>urn:sha1:e05656d57668688b971c28e32b4cfd4d3eac4662</id>
<content type='text'>
- Reconcile docs and code for max_twa_parent
- Correct links to docs in twa vignette
- Static documentation rebuilt by pkgdown
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-07-05T13:57:24Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-07-05T13:57:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=4596667b19f032232ceb8f3f762aaad5d69c15be'/>
<id>urn:sha1:4596667b19f032232ceb8f3f762aaad5d69c15be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Additional algorithm "d_c", more tests, docs</title>
<updated>2019-06-04T13:09:28Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-06-04T13:09:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=95178837d3f91e84837628446b5fd468179af2b9'/>
<id>urn:sha1:95178837d3f91e84837628446b5fd468179af2b9</id>
<content type='text'>
The new algorithm tries direct optimization of the likelihood, as well
as a three step procedure. In this way, we consistently get the
model with the highest likelihood for SFO, DFOP and HS for all 12
new test datasets.
</content>
</entry>
<entry>
<title>After the OLS step, use OLS parameter estimates</title>
<updated>2019-05-07T06:12:27Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-05-07T06:12:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=8a3475c59f3d91ce5ce7d980d6de09360617e7fe'/>
<id>urn:sha1:8a3475c59f3d91ce5ce7d980d6de09360617e7fe</id>
<content type='text'>
- Fix the respective error in the code
- Static documentation rebuilt by pkgdown
</content>
</entry>
<entry>
<title>Improve error model fitting</title>
<updated>2019-05-03T17:14:15Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-05-03T17:14:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=1ef7008be2a72a0847064ad9c2ddcfa16b055482'/>
<id>urn:sha1:1ef7008be2a72a0847064ad9c2ddcfa16b055482</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Adapt tests, vignettes and examples</title>
<updated>2019-04-10T08:17:35Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-04-10T08:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=194659fcaccdd1ee37851725b8c72e99daa3a8cf'/>
<id>urn:sha1:194659fcaccdd1ee37851725b8c72e99daa3a8cf</id>
<content type='text'>
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
</content>
</entry>
<entry>
<title>Review tests and examples based on winbuilder results</title>
<updated>2019-03-04T09:12:43Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-03-04T09:12:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=d0a358a8f4fd03c95536409523e492eb15726f44'/>
<id>urn:sha1:d0a358a8f4fd03c95536409523e492eb15726f44</id>
<content type='text'>
Static documentation rebuilt by pkgdown
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-02-26T20:12:21Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-02-26T20:12:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=10f2314d12bc1e1664b1ff1db015d1df9f7fbe34'/>
<id>urn:sha1:10f2314d12bc1e1664b1ff1db015d1df9f7fbe34</id>
<content type='text'>
</content>
</entry>
</feed>
