aboutsummaryrefslogtreecommitdiff
path: root/man/mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-08 11:36:46 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-08 11:36:46 +0200
commit2c313bdb12c5fcae8272600021fcedbc99425130 (patch)
tree873e660e78a02df22255143e2bc0913f077464a9 /man/mkinfit.Rd
parentf6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5 (diff)
Slight performance gain by reducing default n.outtimes
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r--man/mkinfit.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd
index 89d2ddd6..b728aded 100644
--- a/man/mkinfit.Rd
+++ b/man/mkinfit.Rd
@@ -26,7 +26,7 @@ mkinfit(
quiet = FALSE,
atol = 1e-08,
rtol = 1e-10,
- n.outtimes = 100,
+ n.outtimes = 10,
error_model = c("const", "obs", "tc"),
error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep",
"fourstep", "IRLS", "OLS"),
@@ -144,7 +144,7 @@ is 1e-10, much lower than in \code{\link{lsoda}}.}
\item{n.outtimes}{The length of the dataseries that is produced by the model
prediction function \code{\link{mkinpredict}}. This impacts the accuracy
of the numerical solver if that is used (see \code{solution_type}
-argument. The default value is 100.}
+argument.}
\item{error_model}{If the error model is "const", a constant standard
deviation is assumed.

Contact - Imprint