From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/mkinfit.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'docs/dev/reference/mkinfit.html') diff --git a/docs/dev/reference/mkinfit.html b/docs/dev/reference/mkinfit.html index 17da44cb..ee596e89 100644 --- a/docs/dev/reference/mkinfit.html +++ b/docs/dev/reference/mkinfit.html @@ -25,7 +25,7 @@ likelihood function."> mkin - 1.2.0 + 1.2.2 @@ -67,7 +67,10 @@ likelihood function.">Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -381,17 +384,17 @@ Degradation Data. Environments 6(12) 124 # Use shorthand notation for parent only degradation fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) summary(fit) -#> mkin version used for fitting: 1.2.0 +#> mkin version used for fitting: 1.2.2 #> R version used for fitting: 4.2.2 -#> Date of fit: Tue Nov 1 14:09:26 2022 -#> Date of summary: Tue Nov 1 14:09:26 2022 +#> Date of fit: Thu Nov 24 08:05:53 2022 +#> Date of summary: Thu Nov 24 08:05:53 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent #> #> Model predictions using solution type analytical #> -#> Fitted using 222 model solutions performed in 0.049 s +#> Fitted using 222 model solutions performed in 0.045 s #> #> Error model: Constant variance #> @@ -531,11 +534,10 @@ Degradation Data. Environments 6(12) 124 analytical = mkinfit(SFO_SFO, FOCUS_D, quiet = TRUE, error_model = "tc", solution_type = "analytical")) } -#> Loading required package: rbenchmark #> test relative elapsed -#> 3 analytical 1.000 0.559 -#> 1 deSolve_compiled 1.556 0.870 -#> 2 eigen 2.603 1.455 +#> 3 analytical 1.000 0.616 +#> 1 deSolve_compiled 1.505 0.927 +#> 2 eigen 2.455 1.512 # } # Use stepwise fitting, using optimised parameters from parent only fit, FOMC-SFO @@ -562,10 +564,10 @@ Degradation Data. Environments 6(12) 124 #> Warning: NaNs produced #> Warning: NaNs produced #> Warning: diag(.) had 0 or NA entries; non-finite result is doubtful -#> mkin version used for fitting: 1.2.0 +#> mkin version used for fitting: 1.2.2 #> R version used for fitting: 4.2.2 -#> Date of fit: Tue Nov 1 14:09:37 2022 -#> Date of summary: Tue Nov 1 14:09:37 2022 +#> Date of fit: Thu Nov 24 08:06:05 2022 +#> Date of summary: Thu Nov 24 08:06:05 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -574,7 +576,7 @@ Degradation Data. Environments 6(12) 124 #> #> Model predictions using solution type deSolve #> -#> Fitted using 3729 model solutions performed in 2.43 s +#> Fitted using 3729 model solutions performed in 2.81 s #> #> Error model: Two-component variance function #> -- cgit v1.2.1