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/mkinfit.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/dev/reference/mkinfit.html') diff --git a/docs/dev/reference/mkinfit.html b/docs/dev/reference/mkinfit.html index 1c84b9b2..aa9c3d8f 100644 --- a/docs/dev/reference/mkinfit.html +++ b/docs/dev/reference/mkinfit.html @@ -368,8 +368,8 @@ Degradation Data. Environments 6(12) 124 summary(fit) #> mkin version used for fitting: 1.2.10 #> R version used for fitting: 4.4.2 -#> Date of fit: Fri Feb 14 07:30:02 2025 -#> Date of summary: Fri Feb 14 07:30:02 2025 +#> Date of fit: Sun Feb 16 16:58:54 2025 +#> Date of summary: Sun Feb 16 16:58:54 2025 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -517,9 +517,9 @@ Degradation Data. Environments 6(12) 124 solution_type = "analytical")) } #> test relative elapsed -#> 3 analytical 1.000 0.242 -#> 2 eigen 1.913 0.463 -#> 1 deSolve_compiled 1.917 0.464 +#> 3 analytical 1.000 0.240 +#> 2 eigen 1.908 0.458 +#> 1 deSolve_compiled 1.933 0.464 # } # Use stepwise fitting, using optimised parameters from parent only fit, FOMC-SFO @@ -547,8 +547,8 @@ Degradation Data. Environments 6(12) 124 #> Warning: diag(V) had non-positive or NA entries; the non-finite result may be dubious #> mkin version used for fitting: 1.2.10 #> R version used for fitting: 4.4.2 -#> Date of fit: Fri Feb 14 07:30:07 2025 -#> Date of summary: Fri Feb 14 07:30:07 2025 +#> Date of fit: Sun Feb 16 16:58:58 2025 +#> Date of summary: Sun Feb 16 16:58:58 2025 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -557,7 +557,7 @@ Degradation Data. Environments 6(12) 124 #> #> Model predictions using solution type deSolve #> -#> Fitted using 4062 model solutions performed in 0.77 s +#> Fitted using 4062 model solutions performed in 0.776 s #> #> Error model: Two-component variance function #> -- cgit v1.2.1