From 1718d434efae26de02754c6622c43f4dc9e624b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: Update kinfit and mkin to the latest version published on BerliOS. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/FOMC.solution.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 R/FOMC.solution.R (limited to 'R/FOMC.solution.R') diff --git a/R/FOMC.solution.R b/R/FOMC.solution.R new file mode 100644 index 00000000..8bd13d6b --- /dev/null +++ b/R/FOMC.solution.R @@ -0,0 +1,4 @@ +FOMC.solution <- function(t, parent.0, alpha, beta) +{ + parent = parent.0 / (t/beta + 1)^alpha +} -- cgit v1.2.1