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/news | |
parent | 70e48e8360875f22970174d409c46cb3f076fa99 (diff) |
Fix bug in yesterdays release, add methods for BIC
Diffstat (limited to 'docs/news')
-rw-r--r-- | docs/news/index.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 52bc3458..5d1fc00f 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -67,7 +67,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.6</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.7</span> </span> </div> @@ -129,9 +129,18 @@ </div> - <div id="mkin-0-9-49-6-unreleased" class="section level1"> + <div id="mkin-0-9-49-7-2019-11-01" class="section level1"> <h1 class="page-header"> -<a href="#mkin-0-9-49-6-unreleased" class="anchor"></a>mkin 0.9.49.6 (unreleased)<small> Unreleased </small> +<a href="#mkin-0-9-49-7-2019-11-01" class="anchor"></a>mkin 0.9.49.7 (2019-11-01)<small> Unreleased </small> +</h1> +<ul> +<li><p>Fix a bug introduced in 0.9.49.6 that occurred if the direct optimisation yielded a higher likelihood than the three-step optimisation in the d_3 algorithm, which caused the fitted parameters of the three-step optimisation to be returned instead of the parameters of the direct optimisation</p></li> +<li><p>Add an ‘nobs’ method for mkinfit methods, enabling the default ‘BIC’ method from the stats package. Also, add a ‘BIC’ method for mmkin column objects.</p></li> +</ul> +</div> + <div id="mkin-0-9-49-6-2019-10-31" class="section level1"> +<h1 class="page-header"> +<a href="#mkin-0-9-49-6-2019-10-31" class="anchor"></a>mkin 0.9.49.6 (2019-10-31)<small> 2019-10-31 </small> </h1> <ul> <li><p>Implement a likelihood ratio test as a method for ‘lrtest’ from the lmtest package</p></li> @@ -726,7 +735,8 @@ <div id="tocnav"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> - <li><a href="#mkin-0-9-49-6-unreleased">0.9.49.6</a></li> + <li><a href="#mkin-0-9-49-7-2019-11-01">0.9.49.7</a></li> + <li><a href="#mkin-0-9-49-6-2019-10-31">0.9.49.6</a></li> <li><a href="#mkin-0-9-49-5-2019-07-04">0.9.49.5</a></li> <li><a href="#mkin-0-9-48-1-2019-03-04">0.9.48.1</a></li> <li><a href="#mkin-0-9-47-5-2018-09-14">0.9.47.5</a></li> |