diff options
Diffstat (limited to 'R/FOMC.solution.R')
-rw-r--r-- | R/FOMC.solution.R | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/R/FOMC.solution.R b/R/FOMC.solution.R deleted file mode 100644 index 8bd13d6..0000000 --- a/R/FOMC.solution.R +++ /dev/null @@ -1,4 +0,0 @@ -FOMC.solution <- function(t, parent.0, alpha, beta)
-{
- parent = parent.0 / (t/beta + 1)^alpha
-}
|