From 4f62f39b8979cb3a5c52d65d425e530dc0770665 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Feb 2025 17:27:18 +0100 Subject: Fix solution type "deSolve" for a special case The special case occurs if not observed data for time zero are available. Fixes #16. Write NEWS and update docs. A lot of html was regenerated, because I had checked out the main branch in between, which made pkgdown believe that I have changed the help files. --- docs/dev/reference/confint.mkinfit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/reference/confint.mkinfit.html') diff --git a/docs/dev/reference/confint.mkinfit.html b/docs/dev/reference/confint.mkinfit.html index a0051a85..aca693cc 100644 --- a/docs/dev/reference/confint.mkinfit.html +++ b/docs/dev/reference/confint.mkinfit.html @@ -217,7 +217,7 @@ Profile-Likelihood Based Confidence Intervals, Applied Statistics, 37, f_d_1 <- mkinfit(SFO_SFO, subset(FOCUS_2006_D, value != 0), quiet = TRUE) system.time(ci_profile <- confint(f_d_1, method = "profile", cores = 1, quiet = TRUE)) #> user system elapsed -#> 1.182 0.004 1.186 +#> 1.247 0.000 1.246 # Using more cores does not save much time here, as parent_0 takes up most of the time # If we additionally exclude parent_0 (the confidence of which is often of # minor interest), we get a nice performance improvement if we use at least 4 cores @@ -225,7 +225,7 @@ Profile-Likelihood Based Confidence Intervals, Applied Statistics, 37, c("k_parent_sink", "k_parent_m1", "k_m1_sink", "sigma"), cores = n_cores)) #> Profiling the likelihood #> user system elapsed -#> 0.429 0.171 0.324 +#> 0.444 0.131 0.303 ci_profile #> 2.5% 97.5% #> parent_0 96.456003640 1.027703e+02 -- cgit v1.2.1