diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-21 17:15:06 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-21 17:15:06 +0200 |
commit | b12e80a875d87f790d67a4e5a50d829060316a18 (patch) | |
tree | 0504845ea4551bdd8e822e00b60c5617ab48f1d9 /NEWS.md | |
parent | 9cea08c280aaf6d2a11c399c9b29fa9e8a5373d5 (diff) |
Improve fitting the two-component error model
with respect to accuracy and robustness.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# mkin 0.9.47.6 (2018-09-18) +# mkin 0.9.47.6 (2018-09-21) - 'add_err': Respect the argument giving the number of replicates in the synthetic dataset @@ -6,6 +6,10 @@ - 'mkinpredict': Make the function generic and create a method for mkinfit objects +- 'mkinfit': Improve the correctness of the fitted two component error model by fitting the mean absolute deviance at each observation against the observed values, weighting with the current two-component error model + +- 'tests/testthat/test_irls.R': Test if the components of the error model used to generate the data can be reproduced with moderate accuracy + # mkin 0.9.47.5 (2018-09-14) - Make the two-component error model stop in cases where it is inadequate to avoid nls crashes on windows |