From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/transform_odeparms.html | 201 ++++++++++++++------------------- 1 file changed, 84 insertions(+), 117 deletions(-) (limited to 'docs/reference/transform_odeparms.html') diff --git a/docs/reference/transform_odeparms.html b/docs/reference/transform_odeparms.html index aade8415..1e28ddc2 100644 --- a/docs/reference/transform_odeparms.html +++ b/docs/reference/transform_odeparms.html @@ -1,5 +1,10 @@ -Functions to transform and backtransform kinetic parameters for fitting — transform_odeparms • mkinFunctions to transform and backtransform kinetic parameters for fitting — transform_odeparms • mkin + + Skip to contents -
-
-
- +
+
+
-
+

The transformations are intended to map parameters that should only take on restricted values to the full scale of real numbers. For kinetic rate constants and other parameters that can only take on positive values, a @@ -122,7 +92,8 @@ formations fractions that should always sum up to 1 and can not be negative, the ilr transformation is used.

-
+
+

Usage

transform_odeparms(
   parms,
   mkinmod,
@@ -138,8 +109,8 @@ the ilr transformation is used.

)
-
-

Arguments

+
+

Arguments

parms

Parameters of kinetic models as used in the differential equations.

@@ -179,25 +150,25 @@ exceed one, the ilr transformation is used.

fitting procedure.

-
-

Value

+
+

Value

A vector of transformed or backtransformed parameters

-
-

Details

+
+

Details

The transformation of sets of formation fractions is fragile, as it supposes the same ordering of the components in forward and backward transformation. This is no problem for the internal use in mkinfit.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 SFO_SFO <- mkinmod(
   parent = list(type = "SFO", to = "m1", sink = TRUE),
@@ -313,26 +284,22 @@ This is no problem for the internal use in mkinfit.
 
-
- -
+
-
- -- cgit v1.2.1