aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-21 01:46:51 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-21 15:23:20 +0200
commit6733555d7a9315c55001770bacc4c61c4d4f39d5 (patch)
treef645a69a54fa6b58cfd65ed581d5f2b88950f6d6 /NEWS.md
parentf0da2e311eb33fa5851956e958e91c25b4da5c1e (diff)
Do the t-test for untransformed parametersv0.9-36
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1256c652..7ee9696f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,7 @@
## MAJOR CHANGES
+- `summary.mkinfit()`: A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.
- If a compiler (gcc) is installed, use a version of the differential equation model compiled from C code, which is a huge performance boost for models where only the deSolve method works.
- `mkinmod()`: Create a list component $cf (of class CFuncList) in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).
- `mkinfit()`: Set the default `solution_type` to `deSolve` when a compiled version of the model is present, except when an analytical solution is possible.

Contact - Imprint