From d1e9f2d5207662d9c49f42470f561a89f8db05f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Oct 2019 10:46:57 +0200 Subject: Go back to d_3 for errmod = "obs" in the hope that this makes plotting cross-platform also for this error model --- man/mkinfit.Rd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man/mkinfit.Rd') diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 85b742e8..09af4918 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -176,9 +176,8 @@ mkinfit(mkinmod, observed, } \item{error_model_algorithm}{ If "auto", the selected algorithm depends on the error model. - If the error model is "const", nonlinear least squares fitting ("OLS") is - selected. If the error model is "obs", iteratively reweighted least squares - fitting ("IRLS") is selected. If the error model is "tc", the "d_3" + If the error model is "const", unweighted nonlinear least squares fitting + ("OLS") is selected. If the error model is "obs", or "tc", the "d_3" algorithm is selected. The algorithm "d_3" will directly minimize the negative -- cgit v1.2.1