From 316f1360d1e12eefe491f86b0bbcd6dcf091c736 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 12 Jul 2014 08:32:08 +0200 Subject: First working fits with IORE model --- R/IORE.solution.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 R/IORE.solution.R (limited to 'R/IORE.solution.R') diff --git a/R/IORE.solution.R b/R/IORE.solution.R new file mode 100644 index 00000000..9546ce56 --- /dev/null +++ b/R/IORE.solution.R @@ -0,0 +1,4 @@ +IORE.solution <- function(t, parent.0, k.iore, N) +{ + parent = (parent.0^(1 - N) - (1 - N) * k.iore * t)^(1/(1 - N)) +} -- cgit v1.2.3