diff options
Diffstat (limited to 'docs/news')
-rw-r--r-- | docs/news/index.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 0b82cbcc..23dd5763 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,7 +60,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.5</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.6</span> </span> </div> @@ -122,9 +122,18 @@ </div> + <div id="mkin-0-9-49-6-2019-07-05" class="section level1"> +<h1 class="page-header"> +<a href="#mkin-0-9-49-6-2019-07-05" class="anchor"></a>mkin 0.9.49.6 (2019-07-05)<small> Unreleased </small> +</h1> +<ul> +<li><p>Update README and the introductory vignette</p></li> +<li><p>Report ‘OLS’ as error_model_algorithm in the summary in the case that the default error_model (‘const’) is used</p></li> +</ul> +</div> <div id="mkin-0-9-49-5-2019-07-04" class="section level1"> <h1 class="page-header"> -<a href="#mkin-0-9-49-5-2019-07-04" class="anchor"></a>mkin 0.9.49.5 (2019-07-04)<small> Unreleased </small> +<a href="#mkin-0-9-49-5-2019-07-04" class="anchor"></a>mkin 0.9.49.5 (2019-07-04)<small> 2019-07-04 </small> </h1> <ul> <li><p>Several algorithms for minimization of the negative log-likelihood for non-constant error models (two-component and variance by variable). In the case the error model is constant variance, least squares is used as this is more stable. The default algorithm ‘d_3’ tries direct minimization and a three-step procedure, and returns the model with the highest likelihood.</p></li> @@ -699,6 +708,7 @@ <div id="tocnav"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> + <li><a href="#mkin-0-9-49-6-2019-07-05">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> |